From ed14a7cdc4d2e40de79d376173da6184dbb17d52 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Tue, 31 Mar 2015 00:30:08 -0700 Subject: [PATCH] add facebook opengraph tags --- _includes/head.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 7bb7d8b..711b320 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + @@ -45,4 +45,23 @@ {% endfor %} {% endif %} + + + + + + {% if page.id %} + + {% else %} + + {% endif %} + + {% if page.fb-img %} + + {% elif site.avatar %} + + {% else %} + + {% endif %} + \ No newline at end of file