diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index d5c5fc0..b1f6d6d 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -176,7 +176,7 @@
Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.
{% if CURRENT_VERSION and CURRENT_BRANCH %} -
{{ _('Versión Actual:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}
+
{{ _('Versión Actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}
{% endif %} diff --git a/plugins/get_app_version/README.md b/plugins/get_app_version/README.md index 9ac9ac8..47cc661 100644 --- a/plugins/get_app_version/README.md +++ b/plugins/get_app_version/README.md @@ -15,7 +15,7 @@ In your pelicanconf.py, add: In your template, add: {% if CURRENT_VERSION and CURRENT_BRANCH %} -
{{ _('Current Version:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}
+
{{ _('Current Version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}
{% endif %} License