diff options
Diffstat (limited to '_site_build/_layouts/post.html')
| -rw-r--r-- | _site_build/_layouts/post.html | 6 |
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 %} |
