diff options
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() |