Fix typo
This commit is contained in:
parent
1ec1dcdf1c
commit
a85e50be22
@ -176,7 +176,7 @@
|
||||
<h6>Copyleft © 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 -->
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user