From a44fae405f6d5677bb84d888662778662d53c131 Mon Sep 17 00:00:00 2001 From: Doka Date: Sun, 11 Sep 2016 14:08:15 +0200 Subject: [PATCH] removing parentheses, see issue #141 --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index a75b631e84d..296b19dade9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -37,13 +37,13 @@

{% if page.headline %}{{ page.headline }}{% else %}{{ pa By {{ author.name }} {% if page.modified %}{% endif %} - {% if (site.owner.disqus-shortname and page.comments) or site.comments %} Comment{% endif %} + {% if site.owner.disqus-shortname and page.comments or site.comments %} Comment{% endif %} {% if page.share %}{% include social-share.html %}{% endif %} {% if page.ads == true %}{% include ad-sidebar.html %}{% endif %}
{{ content }} - {% if (site.owner.disqus-shortname and page.comments) or site.comments %} + {% if site.owner.disqus-shortname and page.comments or site.comments %}
{% include disqus-comments.html %} {% endif %}