summaryrefslogtreecommitdiff
path: root/_site_build/_includes/social
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_includes/social')
-rw-r--r--_site_build/_includes/social/buttons.html5
-rw-r--r--_site_build/_includes/social/facebook_like.html1
-rw-r--r--_site_build/_includes/social/google_plus.html1
-rw-r--r--_site_build/_includes/social/twitter_share.html1
4 files changed, 0 insertions, 8 deletions
diff --git a/_site_build/_includes/social/buttons.html b/_site_build/_includes/social/buttons.html
deleted file mode 100644
index 828b435..0000000
--- a/_site_build/_includes/social/buttons.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<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>
diff --git a/_site_build/_includes/social/facebook_like.html b/_site_build/_includes/social/facebook_like.html
deleted file mode 100644
index 4a2f6fd..0000000
--- a/_site_build/_includes/social/facebook_like.html
+++ /dev/null
@@ -1 +0,0 @@
-<div class="fb-like" data-href="{{site.url}}{{ page.url }}" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="verdana"></div>
diff --git a/_site_build/_includes/social/google_plus.html b/_site_build/_includes/social/google_plus.html
deleted file mode 100644
index eee47ec..0000000
--- a/_site_build/_includes/social/google_plus.html
+++ /dev/null
@@ -1 +0,0 @@
-<div class="google-plus"><div class="g-plusone" data-size="medium" data-annotation="none" data-href="{{ site.url }}{{ page.url}}"></div></div>
diff --git a/_site_build/_includes/social/twitter_share.html b/_site_build/_includes/social/twitter_share.html
deleted file mode 100644
index 2a4b55c..0000000
--- a/_site_build/_includes/social/twitter_share.html
+++ /dev/null
@@ -1 +0,0 @@
-<div class="twitter-share"><a href="https://twitter.com/share" rel="external nofollow" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-text="{{ page.title}}" {% if site.twitter %}data-via="{{ site.twitter }}"{% endif %} data-count="none">Tweet</a></div>