From f04f189adeab6b7611078347aaf75f62b33f2998 Mon Sep 17 00:00:00 2001 From: jakimfett Date: Sat, 3 Jun 2017 23:35:11 -0700 Subject: [PATCH 1/2] Add support for og:image value. --- templates/partial/og.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/partial/og.html b/templates/partial/og.html index 41e0c8c..fe96097 100644 --- a/templates/partial/og.html +++ b/templates/partial/og.html @@ -9,6 +9,8 @@ +{% if OG_IMAGE %} + {% if SITELOGO %} {% endif %} From aaf913659b0b2c6d6ac0d58366318836a88af69b Mon Sep 17 00:00:00 2001 From: jakimfett Date: Sat, 3 Jun 2017 23:35:51 -0700 Subject: [PATCH 2/2] Add support for og:image value to article. --- templates/partial/og_article.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/partial/og_article.html b/templates/partial/og_article.html index 31f70b0..7fbbb66 100644 --- a/templates/partial/og_article.html +++ b/templates/partial/og_article.html @@ -18,6 +18,8 @@ {% endfor %} {% if 'cover' in article.metadata %} +{% if OG_IMAGE %} + {% else %} {% endif %}