From a0eb7b9f5fbafc6d7fc0104b391949fb60b6fddd Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 19 May 2015 15:59:18 -0400 Subject: Add sharing links to the post layout --- _layouts/post.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index ea8eb30..cd1eeaf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,6 +13,16 @@ layout: master + + - -
- {% for post in site.related_posts limit:3 %} -

{{ post.title }}

- {% endfor %} -
-- cgit v1.2.3