diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:19:26 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:19:26 +0000 |
| commit | cbcc70fde18979e024ca4d0afd031fee60aff907 (patch) | |
| tree | ae60c43ec1f5fc8d879a026d5839bd00c4a4bd8b /_site_build/_includes | |
| parent | 0a2633126a4157d96c0ef8eef3eba80a72c89858 (diff) | |
Social buttons for posts controlled via _config.yml.
Diffstat (limited to '_site_build/_includes')
| -rw-r--r-- | _site_build/_includes/social/buttons.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_site_build/_includes/social/buttons.html b/_site_build/_includes/social/buttons.html new file mode 100644 index 0000000..828b435 --- /dev/null +++ b/_site_build/_includes/social/buttons.html @@ -0,0 +1,5 @@ +<div class="social-buttons"> + {% 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> |
