From 38e688fcd9f51eb7bc0783cb9ab813ca28f7175d Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Tue, 1 Mar 2016 21:14:18 -0800 Subject: [PATCH] Check for existance of seo_page_title before outputting --- lib/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.html b/lib/template.html index 4b87b8e..ab09fc9 100644 --- a/lib/template.html +++ b/lib/template.html @@ -88,7 +88,7 @@ {{ seo_title }} {% endif %} -{% if seo_title %} +{% if seo_page_title %} {% endif %}