aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 15:15:57 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 15:15:57 +0300
commit969e3ccca3e0870c4938bf37f1042ce86ba4d7b9 (patch)
tree18d30811f4ef7fa320404dbd7105099eb937ca85 /layouts/partials/footer.html
parent322cb1a767d99850defa1a2d2fe4bc1c1be9f648 (diff)
downloadwebsite-969e3ccca3e0870c4938bf37f1042ce86ba4d7b9.tar.gz
footer: don't bother with updating copyright years
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
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&reg; is a registered trademark of Linus Torvalds</p>
- <p>Copyright &copy; 2019-2022 Cem Keylan</p>
+ <p>Copyright &copy; 2019-{{now.Format "2006"}} Cem Keylan</p>
</footer>
</div>