diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:38:04 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:38:04 +0000 |
| commit | dcdf316c732795f59c689e71b7928a5f695e42cb (patch) | |
| tree | 9fce32cb0c641c3230d1ddc67ad5e33280ad9c2d /_site_build/_includes/social | |
| parent | b60484526d692a878a81d496a78d932f54dfc3d4 (diff) | |
| parent | cbcc70fde18979e024ca4d0afd031fee60aff907 (diff) | |
Merge remote-tracking branch 'upstream/master'
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, 8 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> diff --git a/_site_build/_includes/social/facebook_like.html b/_site_build/_includes/social/facebook_like.html new file mode 100644 index 0000000..4a2f6fd --- /dev/null +++ b/_site_build/_includes/social/facebook_like.html @@ -0,0 +1 @@ +<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 new file mode 100644 index 0000000..eee47ec --- /dev/null +++ b/_site_build/_includes/social/google_plus.html @@ -0,0 +1 @@ +<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 new file mode 100644 index 0000000..2a4b55c --- /dev/null +++ b/_site_build/_includes/social/twitter_share.html @@ -0,0 +1 @@ +<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> |
