diff options
author | Camil Staps | 2017-12-17 22:46:41 +0100 |
---|---|---|
committer | Camil Staps | 2017-12-17 22:46:41 +0100 |
commit | cab00f66488cfe01227b5b6a145c58b400867223 (patch) | |
tree | 0aa1fa7b5fab273a297940f86f00b30534705e7f /resources/pug/include | |
parent | Remove Stack Overflow Careers links (diff) |
Remove I like/know; fix header 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 6a89533..8ad18e8 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -19,7 +19,7 @@ html(lang="en") footer.footer hr p.text-center - | Copyright © Camil Staps #{date.getFullYear()} • + | Copyright © Camil Staps 2015–#{date.getFullYear()} • = "Last updated " + date.toDateString() include foot.pug |