From 892445eb1599889912cc61e59c61da36b8800b9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 11 Oct 2017 21:38:17 +0200 Subject: [PATCH] theme: provide twitter:card meta tag even if article cover is not present. --- pelican-theme/templates/article.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelican-theme/templates/article.html b/pelican-theme/templates/article.html index 37d26ac9..a9be63f1 100644 --- a/pelican-theme/templates/article.html +++ b/pelican-theme/templates/article.html @@ -18,6 +18,8 @@ + {% else %} + {% endif %} {% endblock %} -- 2.30.2