From 8d2febf86c2f811f5223fc7deb31c1db09303e32 Mon Sep 17 00:00:00 2001 From: Kyle Niewiada Date: Mon, 16 Jan 2017 17:21:08 -0500 Subject: [PATCH] Fix typo. Oops. --- lib/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.html b/lib/template.html index c1b1fcf..ab0cd6a 100644 --- a/lib/template.html +++ b/lib/template.html @@ -64,7 +64,7 @@ {% assign seo_author_twitter = seo_author_twitter | replace:"@","" %} {% if seo_author.name %} {% assign seo_author_name = seo_author.name %} - {% else %} + {% endif %} {% endif %} {% if page.seo and page.seo.type %}