From 5e6d02b3724d16aa30baaa57da27238fabd6319e Mon Sep 17 00:00:00 2001 From: kishore-mohan Date: Thu, 11 Jun 2015 17:54:57 +0530 Subject: [PATCH] facebook sharing image meta tag added related #149 issue --- _includes/_open-graph.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/_open-graph.html b/_includes/_open-graph.html index 9c6bd56edb38..2e1db2cffd33 100644 --- a/_includes/_open-graph.html +++ b/_includes/_open-graph.html @@ -16,4 +16,9 @@ {% if page.excerpt %}{% endif %} - \ No newline at end of file + +{% if page.image.feature %} + +{% else %} + +{% endif %} \ No newline at end of file