diff options
author | Vitaly Takmazov | 2023-01-10 09:26:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-10 10:30:52 +0300 |
commit | 8c7a78b4cd5d71661362ebd3209bc53e715bff53 (patch) | |
tree | 555b49a4d60c568c10eebbece2c0993ddc00303f /src/main/resources/templates | |
parent | 85e9288348e93bf033ad8b7a648fcc94189b9a96 (diff) |
Code cleanup and copyright year update
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/views/partial/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/footer.html b/src/main/resources/templates/views/partial/footer.html index fb5a436c..9e7e9d2e 100644 --- a/src/main/resources/templates/views/partial/footer.html +++ b/src/main/resources/templates/views/partial/footer.html @@ -1,5 +1,5 @@ <div id="footer" class="desktop"> - <div id="footer-left">juick.com © 2008-2022 + <div id="footer-left">juick.com © 2008-2023 {% if links | default ('') is not empty %} <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }} {% endif %} |