diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-17 23:15:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-17 23:15:09 -0500 |
commit | a85e50be229dc61163953cc87660d70968cca3e0 (patch) | |
tree | a0fc97a2605e4b7fa9d4d489caeebb5980068f29 /plugins | |
parent | 1ec1dcdf1c35387a50c8a65a8a5a2b4ab7c5fca9 (diff) | |
download | libretube-a85e50be229dc61163953cc87660d70968cca3e0.tar.lz libretube-a85e50be229dc61163953cc87660d70968cca3e0.tar.xz libretube-a85e50be229dc61163953cc87660d70968cca3e0.zip |
Fix typo
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/get_app_version/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/get_app_version/README.md b/plugins/get_app_version/README.md index 9ac9ac8..47cc661 100644 --- a/plugins/get_app_version/README.md +++ b/plugins/get_app_version/README.md @@ -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 |