enmanuel.saravia.contractor 4439490491 first_commit | 2 rokov pred | |
---|---|---|
.. | ||
LICENSE | 2 rokov pred | |
README.md | 2 rokov pred | |
__init__.py | 2 rokov pred | |
get_app_version.py | 2 rokov pred |
A Pelican plugin to show app version from git.
Copyright (c) 2020 - Jesús E.
In your pelicanconf.py, add:
PLUGINS = ['get_app_version']
In your template, add:
{% if CURRENT_VERSION and CURRENT_BRANCH %}
<h6>{{ _('Current version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
{% endif %}
This work is under the License GNU GPLv3+