diff options
Diffstat (limited to 'layouts/partials')
-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> |