summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/post.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-03-07 16:38:04 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-03-07 16:38:04 +0000
commitdcdf316c732795f59c689e71b7928a5f695e42cb (patch)
tree9fce32cb0c641c3230d1ddc67ad5e33280ad9c2d /_site_build/_layouts/post.html
parentb60484526d692a878a81d496a78d932f54dfc3d4 (diff)
parentcbcc70fde18979e024ca4d0afd031fee60aff907 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '_site_build/_layouts/post.html')
-rw-r--r--_site_build/_layouts/post.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html
index df3a342..df0dcd0 100644
--- a/_site_build/_layouts/post.html
+++ b/_site_build/_layouts/post.html
@@ -11,9 +11,15 @@ layout: default
{% if page.comments and site.disqus_shortname %}
<span class="comment-count"> | <a href="{{ page.url }}#disqus_thread" data-disqus-identifier="{{ page.url }}">Comments</a></span>
{% endif %}
+ {% if site.social_buttons %}
+ {% include social/buttons.html %}
+ {% endif %}
</header>
{{ content }}
<footer>
+ {% if site.social_buttons %}
+ {% include social/buttons.html %}
+ {% endif %}
<nav>
<ul>
{% if page.previous.url %}