From cf8f714bd833d62f07094f0c2df73130bf9171e6 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 9 Sep 2013 11:47:15 -0400 Subject: [PATCH] Add Twitter Card summary large image --- _includes/head.html | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 7d75e28..2c6581b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,22 +2,20 @@ {% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} -{% if site.owner.twitter %} - - - -{% if page.layout == 'photo' %} - -{% if page.image %}{% endif %} -{% else %} - -{% endif %} - - -{% endif %} +{% if site.owner.twitter %} +{% if page.image.feature %} + +{% else %} +{% endif %} + + +{% endif %} + + - - + + + -- 2.43.0