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/master.html | 12 +++++++++++- _layouts/post.html | 21 ++++++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/master.html b/_layouts/master.html index 17f5d60..1c8efec 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -85,6 +85,16 @@ + +
+ +
@@ -105,7 +115,7 @@
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