summaryrefslogtreecommitdiffstats
path: root/source/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/page.html')
-rw-r--r--source/_layouts/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_layouts/page.html b/source/_layouts/page.html
index cf64047..5c1381d 100644
--- a/source/_layouts/page.html
+++ b/source/_layouts/page.html
@@ -8,8 +8,8 @@ layout: default
{% endif %}
<div class="entry-content">{{ content }}</div>
</article>
-{% unless page.footer == false %}
- {% include post/sharing.html %}
+{% unless page.sharing == false %}
+ {% include post/sharing.html %}
{% endunless %}
{% if site.disqus_short_name and page.comments == true %}
<section id="comment">