diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 15:15:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 15:15:57 +0300 |
commit | 969e3ccca3e0870c4938bf37f1042ce86ba4d7b9 (patch) | |
tree | 18d30811f4ef7fa320404dbd7105099eb937ca85 /layouts/partials/footer.html | |
parent | 322cb1a767d99850defa1a2d2fe4bc1c1be9f648 (diff) | |
download | website-969e3ccca3e0870c4938bf37f1042ce86ba4d7b9.tar.gz |
footer: don't bother with updating copyright years
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6c4ce0b..e80288f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@ <div id="postamble" class="status"> <footer> <p>Linux® is a registered trademark of Linus Torvalds</p> - <p>Copyright © 2019-2022 Cem Keylan</p> + <p>Copyright © 2019-{{now.Format "2006"}} Cem Keylan</p> </footer> </div> |