From 8115e439b265f7635bed3c82794a2bb0d87523b3 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 7 Apr 2016 20:45:24 -0400 Subject: [PATCH] Remove site.share conditional --- _layouts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/single.html b/_layouts/single.html index 961205d8..8ce2901d 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -48,7 +48,7 @@ layout: default {% endif %} - {% if site.share and page.share %}{% include social-share.html %}{% endif %} + {% if page.share %}{% include social-share.html %}{% endif %} {% include post_pagination.html %}