summaryrefslogtreecommitdiff
path: root/_site_build/_includes/social/buttons.html
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_includes/social/buttons.html')
-rw-r--r--_site_build/_includes/social/buttons.html5
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>