Fix typo
This commit is contained in:
parent
1ec1dcdf1c
commit
a85e50be22
@ -176,7 +176,7 @@
|
|||||||
<h6>Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.</h6>
|
<h6>Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.</h6>
|
||||||
|
|
||||||
{% if CURRENT_VERSION and CURRENT_BRANCH %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
</footer> <!-- End Footer -->
|
</footer> <!-- End Footer -->
|
||||||
|
@ -15,7 +15,7 @@ In your pelicanconf.py, add:
|
|||||||
In your template, add:
|
In your template, add:
|
||||||
|
|
||||||
{% if CURRENT_VERSION and CURRENT_BRANCH %}
|
{% if CURRENT_VERSION and CURRENT_BRANCH %}
|
||||||
<h6>{{ _('Current Version:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
|
<h6>{{ _('Current Version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
License
|
License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user