diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-16 13:39:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-16 13:39:26 -0500 |
commit | 15c75f188732bdbfcdccb741c270e6921f3152fc (patch) | |
tree | 2aceea676cf96a713f63174ba16bdca5754a6ddb | |
parent | 95b7387d00d567cbff9c9c15f8b2ef30c5810f48 (diff) | |
download | libretube-15c75f188732bdbfcdccb741c270e6921f3152fc.tar.lz libretube-15c75f188732bdbfcdccb741c270e6921f3152fc.tar.xz libretube-15c75f188732bdbfcdccb741c270e6921f3152fc.zip |
update year site
-rw-r--r-- | libretube-theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index d09a44b..126017b 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -173,7 +173,7 @@ <!-- /source code --> </ul> - <h6>Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.</h6> + <h6>Copyleft © 2019 - 2021 {{ SITENAME }} Lbtd.</h6> {% if CURRENT_VERSION and CURRENT_BRANCH %} <h6>{{ _('Versión actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6> |