From 0a2633126a4157d96c0ef8eef3eba80a72c89858 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sat, 3 Mar 2012 19:34:26 +0000 Subject: Add social buttons to post. Fix link to modernizr-2.5.3.min.js --- _site_build/_includes/social/facebook_like.html | 1 + _site_build/_includes/social/google_plus.html | 1 + _site_build/_includes/social/twitter_share.html | 1 + 3 files changed, 3 insertions(+) create mode 100644 _site_build/_includes/social/facebook_like.html create mode 100644 _site_build/_includes/social/google_plus.html create mode 100644 _site_build/_includes/social/twitter_share.html (limited to '_site_build/_includes/social') 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 @@ +
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 @@ +
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 @@ +
-- cgit v1.2.3-13-gbd6f From cbcc70fde18979e024ca4d0afd031fee60aff907 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 7 Mar 2012 16:19:26 +0000 Subject: Social buttons for posts controlled via _config.yml. --- _site_build/_includes/social/buttons.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _site_build/_includes/social/buttons.html (limited to '_site_build/_includes/social') 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 @@ + -- cgit v1.2.3-13-gbd6f