From aa173585cde966f0fadc5c9eac21c3ced1629cd4 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 12 Apr 2015 21:00:11 +0430 Subject: [PATCH] share links --- _includes/share.html | 7 +++++++ _layouts/post.html | 1 + _sass/_layout.scss | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 _includes/share.html diff --git a/_includes/share.html b/_includes/share.html new file mode 100644 index 0000000..a7ce065 --- /dev/null +++ b/_includes/share.html @@ -0,0 +1,7 @@ +
+ Share this → + + Twitter + Facebook + Google+ +
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index c6f5a01..f49b895 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,6 +12,7 @@ layout: default {{ content }} + {% include share.html %}