diff options
author | Vitaly Takmazov | 2021-01-18 22:15:44 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-01-18 22:15:44 +0300 |
commit | 3051233e0ee2e423770226371a36bb538a4dbb2a (patch) | |
tree | ec6744111e31abdb929e4055621e4335d4e8223c /src/main/resources/templates/views/partial | |
parent | 73586c366722afd6cbec7958a0e5e05c344affba (diff) |
bump to 2021
Diffstat (limited to 'src/main/resources/templates/views/partial')
-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 e69000f7..83a046ac 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-2020 + <div id="footer-left">juick.com © 2008-2021 {% if links | default ('') is not empty %} <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }} {% endif %} |