diff options
-rw-r--r-- | source/_layouts/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/_layouts/page.html b/source/_layouts/page.html index e055aba..03c94e8 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -8,7 +8,9 @@ layout: default {% endif %} <div class="entry">{{ content }}</div> </article> -{% include post/sharing.html %} +{% unless page.footer == false %} + {% include post/sharing.html %} +{% endunless %} {% if site.disqus_short_name and page.comments == true %} <section id="comment"> <h1 class="title">Comments</h1> |