From 77fdb38d8f90f9ea39b8c26fcd5505911e727e97 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 11 Jun 2019 14:32:14 +0300 Subject: [PATCH] Flextype Default theme: about template fixes #117 --- site/themes/default/templates/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/themes/default/templates/about.html b/site/themes/default/templates/about.html index 00e5bb0e..feb07539 100644 --- a/site/themes/default/templates/about.html +++ b/site/themes/default/templates/about.html @@ -2,5 +2,5 @@ {% block content %} {{ entry.content|shortcode|raw}} - + {% endblock %}