This commit is contained in:
Jesús
2020-06-17 23:15:09 -05:00
parent 1ec1dcdf1c
commit a85e50be22
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@
<h6>Copyleft &copy; 2019 - 2020 {{ SITENAME }} Lbtd.</h6>
{% if CURRENT_VERSION and CURRENT_BRANCH %}
<h6>{{ _('Versión Actual:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
<h6>{{ _('Versión Actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
{% endif %}
</footer> <!-- End Footer -->

View File

@@ -15,7 +15,7 @@ In your pelicanconf.py, add:
In your template, add:
{% if CURRENT_VERSION and CURRENT_BRANCH %}
<h6>{{ _('Current Version:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
<h6>{{ _('Current Version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
{% endif %}
License