From: Vladimír Vondruš Date: Wed, 11 Oct 2017 19:38:17 +0000 (+0200) Subject: theme: provide twitter:card meta tag even if article cover is not present. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=892445eb1599889912cc61e59c61da36b8800b9a;p=blog.git theme: provide twitter:card meta tag even if article cover is not present. --- 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 %}