From 53d5d5ba8e68c294f2d749c85d02d73030586c90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 16 Dec 2017 02:22:19 +0100 Subject: [PATCH] theme: more harmless template updates. --- pelican-theme/templates/article.html | 3 +-- pelican-theme/templates/base.html | 4 ++-- pelican-theme/templates/page.html | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pelican-theme/templates/article.html b/pelican-theme/templates/article.html index d5c7f8eb..bdef82a8 100644 --- a/pelican-theme/templates/article.html +++ b/pelican-theme/templates/article.html @@ -6,8 +6,7 @@ {% endblock %} -{% block head %} - {{- super() -}} +{% block social %} {% if article.description %} {% endif %} diff --git a/pelican-theme/templates/base.html b/pelican-theme/templates/base.html index 97a2bc06..46d14fcc 100644 --- a/pelican-theme/templates/base.html +++ b/pelican-theme/templates/base.html @@ -1,7 +1,6 @@ - {% block head %} {% block title %}{{ SITENAME|e }}{% endblock title %} {% for href in M_CSS_FILES %} @@ -19,7 +18,8 @@ {% if M_THEME_COLOR %} {% endif %} - {% endblock head %} + {% block social %} + {% endblock social %}