From 2e5fedc8a4c9854747540c956da9ea968125d064 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 8 Jun 2014 22:08:04 -0400 Subject: Add social media buttons --- _layouts/post.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 7d6cd7c..97b2290 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,9 +6,24 @@ layout: master

{{ page.title }}

- {% if page.date %} -
{{ page.date | date: "%-d %B %Y" }}
- {% endif %} +
+ + + + + + +
+ + + +
+ +
{{ page.date | date: "%A, %-d %B, %Y" }}
{{ content }} -- cgit v1.2.3