From 7c63484801820f9288413b726495a8fe998bcca1 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 8 Jan 2018 10:56:42 -0500 Subject: [PATCH] Fix twitter:creator conditional --- _includes/seo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/seo.html b/_includes/seo.html index 2592137cae53..7d085dc3f82f 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -88,8 +88,8 @@ {% endif %} {% endif %} - {% if seo_author_twitter %} - + {% if author_twitter %} + {% endif %} {% endif %}