From a85e50be229dc61163953cc87660d70968cca3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 17 Jun 2020 23:15:09 -0500 Subject: Fix typo --- plugins/get_app_version/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/get_app_version/README.md') 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 %} -
{{ _('Current Version:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}
+
{{ _('Current Version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}
{% endif %} License -- cgit v1.2.3