From 5ed4ceedb02b1f782d662e7812e3f62bc9b4d1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 18 Jun 2020 12:44:59 -0500 Subject: [PATCH] get_app_version: README.md minor fix --- plugins/get_app_version/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/get_app_version/README.md b/plugins/get_app_version/README.md index 47cc661..3233051 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