diff options
Diffstat (limited to '.themes/classic/source/_layouts/post.html')
| -rw-r--r-- | .themes/classic/source/_layouts/post.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index 2ec379c9..414a368c 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -12,12 +12,12 @@ single: true {% include post/date.html %} {% include post/categories.html %} </p> - {% unless page.no_sharing %} - {% include post/sharing.html %} + {% unless page.sharing == false %} + {% include post/sharing.html %} {% endunless %} </footer> </article> -{% if site.disqus_short_name and page.no_comments != true %} +{% if site.disqus_short_name and page.comments == true %} <section> <h1>Comments</h1> <div id="disqus_thread">{% include post/disqus_thread.html %}</div> |
