update translations

This commit is contained in:
Jesús
2020-06-18 11:27:49 -05:00
parent a85e50be22
commit 6989ea3af5
6 changed files with 7 additions and 7 deletions

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