diff options
author | Camil Staps | 2017-12-17 22:48:46 +0100 |
---|---|---|
committer | Camil Staps | 2017-12-17 22:48:46 +0100 |
commit | 59acdac3e01c7806c31ea38ba54b3e6010b7e80b (patch) | |
tree | 0e830c47777e5e890a92e8d2056536de62e319c0 /resources/pug/include | |
parent | Remove I like/know; fix header layout (diff) |
Fix footer layout
Diffstat (limited to 'resources/pug/include')
-rw-r--r-- | resources/pug/include/layout.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index 8ad18e8..e6ecc65 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -16,8 +16,8 @@ html(lang="en") block content - var date = new Date() + hr footer.footer - hr p.text-center | Copyright © Camil Staps 2015–#{date.getFullYear()} • = "Last updated " + date.toDateString() |