diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2019-03-25 21:05:35 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2019-03-25 21:05:35 +0000 |
| commit | e1f06b311652786b2a3c9dd5981bbe9b51383d1a (patch) | |
| tree | 6a584596d2d402f6eeb1e4bc14374a76fb8e1dec /_site_build/_includes/social | |
| parent | 4972068ab2e97a017e28f4e7b91858f9fcaeceb6 (diff) | |
Begining of rebuild.
Diffstat (limited to '_site_build/_includes/social')
| -rw-r--r-- | _site_build/_includes/social/buttons.html | 5 | ||||
| -rw-r--r-- | _site_build/_includes/social/facebook_like.html | 1 | ||||
| -rw-r--r-- | _site_build/_includes/social/google_plus.html | 1 | ||||
| -rw-r--r-- | _site_build/_includes/social/twitter_share.html | 1 |
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> |
