diff options
Diffstat (limited to 'libretube-theme/templates/base.html')
-rw-r--r-- | libretube-theme/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index b020bab..d5c5fc0 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -175,6 +175,10 @@ <h6>Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.</h6> + {% if CURRENT_VERSION and CURRENT_BRANCH %} + <h6>{{ _('Versión Actual:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6> + {% endif %} + </footer> <!-- End Footer --> </div> |