get_app_version: README.md minor fix

This commit is contained in:
Jesús 2020-06-18 12:44:59 -05:00
parent 35b56dc683
commit 5ed4ceedb0
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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