diff options
author | metamuffin <metamuffin@yandex.com> | 2021-09-14 21:07:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2021-09-14 21:07:24 +0200 |
commit | 50c76a45f596afa6575eb5577ab06bb99cdadbce (patch) | |
tree | 1d375e30f3402bcbdf1e8bf81cfd415b7c31c70c /views/layout.pug | |
parent | 3e67f1724e5506d99ef5aff1c82ff3e66e30c9d5 (diff) | |
download | metamuffin-website-50c76a45f596afa6575eb5577ab06bb99cdadbce.tar metamuffin-website-50c76a45f596afa6575eb5577ab06bb99cdadbce.tar.bz2 metamuffin-website-50c76a45f596afa6575eb5577ab06bb99cdadbce.tar.zst |
it probably doesnt make sense to comment commits at this point
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/views/layout.pug b/views/layout.pug index 769fa3b..082922c 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -7,17 +7,17 @@ html(lang="en") h2 metamuffin nav ul - li:a(href="/about") about - li:a(href="/projects") projects - li:a(href="/contact") contact + li: a(href="/about") about + li: a(href="/projects") projects + li: a(href="/contact") contact hr block content - p Pretty empty here... + p pretty empty here... hr footer p metamuffin.org version of commit #{commit} - p Copyright (C) 2021 metamuffin - p See #[a(href="/licence") licence]. - p Sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. + p copyright (C) 2021 metamuffin + p see #[a(href="/licence") licence]. + p sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. |