From f8f3095470bef3226f9039bb5eb1092751b003bc Mon Sep 17 00:00:00 2001 From: Charles Prakash Dasari Date: Tue, 25 Apr 2017 15:17:25 -0700 Subject: [PATCH] Disqus plugin is not showing up because of a bug in page and post layout pages. Fixed it. --- _layouts/page.html | 2 -- _layouts/post.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index d7aedc4..e8be5f8 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -59,9 +59,7 @@ layout: default {% endif %} - {% if site.disqus %} {% include disqus.html %} - {% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 9067ebd..0e01ce6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -32,9 +32,7 @@ layout: default -{% if site.disqus %} {% include disqus.html %} -{% endif %} {{site.data.alerts.hr_shaded}}