From 3fff70d8c3e9e8de3bb8608b7398ebfc60570103 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 11 Oct 2017 21:38:46 +0200 Subject: [PATCH] theme: provide social meta tags for pages as well. --- pelican-theme/templates/page.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 %} -- 2.30.2