summaryrefslogtreecommitdiff
path: root/_site_build/_includes/social/buttons.html
blob: 828b435a11ea1f8f4898b36c5e0fd1a0830aa926 (plain)
1
2
3
4
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>