From: Vladimír Vondruš Date: Fri, 25 Aug 2017 23:12:25 +0000 (+0200) Subject: theme: support large Twitter cards. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=4d362223f107cffd8731a0ea031f9353a0a2c7c4;p=blog.git theme: support large Twitter cards. --- diff --git a/pelican-theme/templates/article.html b/pelican-theme/templates/article.html index c718572b..89053e3f 100644 --- a/pelican-theme/templates/article.html +++ b/pelican-theme/templates/article.html @@ -9,10 +9,15 @@ {% endif %} + + + {% if article.cover %} + + {% endif %} {% endblock %}