From 984421d392b36734cdf94f968f7a793a8c1f092f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 14 Apr 2016 16:16:49 -0400 Subject: [PATCH] Fix bug when site.twitter is null --- _includes/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/seo.html b/_includes/seo.html index 13ffe77a..58f499b5 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -52,7 +52,7 @@ {% endif %} -{% if site.twitter %} +{% if site.twitter.username %}