diff options
Diffstat (limited to '_site_build/_layouts/post.html')
| -rw-r--r-- | _site_build/_layouts/post.html | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html index 51d78e3..df0dcd0 100644 --- a/_site_build/_layouts/post.html +++ b/_site_build/_layouts/post.html @@ -11,22 +11,14 @@ 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 page.social %} - <div class="social"> - {% if page.google_plus %}{% include social/google_plus.html %}{% endif %} - {% if page.twitter_share %}{% include social/twitter_share.html %}{% endif %} - {% if page.facebook_like %}{% include social/facebook_like.html %}{% endif %} - </div> + {% if site.social_buttons %} + {% include social/buttons.html %} {% endif %} </header> {{ content }} <footer> - {% if page.social %} - <div class="social"> - {% if page.google_plus %}{% include social/google_plus.html %}{% endif %} - {% if page.twitter_share %}{% include social/twitter_share.html %}{% endif %} - {% if page.facebook_like %}{% include social/facebook_like.html %}{% endif %} - </div> + {% if site.social_buttons %} + {% include social/buttons.html %} {% endif %} <nav> <ul> |
