From 4d362223f107cffd8731a0ea031f9353a0a2c7c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 26 Aug 2017 01:12:25 +0200 Subject: [PATCH] theme: support large Twitter cards. --- pelican-theme/templates/article.html | 5 +++++ 1 file changed, 5 insertions(+) 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 %} -- 2.30.2