From: Vladimír Vondruš Date: Wed, 11 Oct 2017 19:38:46 +0000 (+0200) Subject: theme: provide social meta tags for pages as well. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=3fff70d8c3e9e8de3bb8608b7398ebfc60570103;p=blog.git theme: provide social meta tags for pages as well. --- diff --git a/pelican-theme/templates/page.html b/pelican-theme/templates/page.html index a2c92915..b760cef4 100644 --- a/pelican-theme/templates/page.html +++ b/pelican-theme/templates/page.html @@ -11,6 +11,23 @@ {% block head %} {{- super() -}} + {% if page.description %} + + {% endif %} + + + + + + + {% if page.cover %} + + + + {% else %} + + {% endif %} + {% if page.css %} {% endif %}