From 00685ce289d573902a19d4c080ea9fede318d496 Mon Sep 17 00:00:00 2001 From: Ketan Gupta Date: Fri, 19 Aug 2016 12:00:40 +0530 Subject: [PATCH] Adds Facebook Plugin --- _includes/header.html | 9 +++++++++ _layouts/post.html | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/_includes/header.html b/_includes/header.html index 583adbe..d354dc9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,6 +3,15 @@ {% assign post = page %} {% endif %} +
+ +
{% if post.image != nil %}
diff --git a/_layouts/post.html b/_layouts/post.html index 50ad08c..a485fc5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,6 +16,14 @@ layout: layout {{ content }} +
+ +
+ +
+ +
+