diff options
author | Julien Dessaux | 2021-03-31 00:21:24 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-03-31 09:38:18 +0200 |
commit | 969f2f9854b4142db58041c760c89bc696df0b6b (patch) | |
tree | f4f183fde2d89fb8784a53a3b5c63eabe2d42b06 /layouts | |
parent | Tweaked the book articles layout (diff) | |
download | www-969f2f9854b4142db58041c760c89bc696df0b6b.tar.gz www-969f2f9854b4142db58041c760c89bc696df0b6b.tar.bz2 www-969f2f9854b4142db58041c760c89bc696df0b6b.zip |
Improved footer
Diffstat (limited to 'layouts')
-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 302ee1b..be01f64 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ <footer> <p> - © 2009 - 2021 | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a> + © 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a> </p> </footer> |