From 1008e7c76a27a59a392d1f0983746765f09883ca Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 21 May 2020 20:33:23 +0200 Subject: [PATCH] Prevent other titles usages when title is disabled --- lib/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/template.html b/lib/template.html index d7aea1b..c92dfaa 100755 --- a/lib/template.html +++ b/lib/template.html @@ -5,7 +5,7 @@ -{% if seo_tag.page_title %} +{% if seo_tag.page_title and seo_tag.title? %} {% endif %} @@ -59,7 +59,7 @@ {% endif %} -{% if seo_tag.page_title %} +{% if seo_tag.page_title and seo_tag.title? %} {% endif %}