From 0b0fcc18c654d896bbfddba584e55ffa70c245ab Mon Sep 17 00:00:00 2001 From: rra Date: Mon, 26 Feb 2018 22:20:23 +0100 Subject: [PATCH] refactoring --- themes/cetcat/templates/base.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/themes/cetcat/templates/base.html b/themes/cetcat/templates/base.html index 80abaf2c1c..d5c913b398 100644 --- a/themes/cetcat/templates/base.html +++ b/themes/cetcat/templates/base.html @@ -1,18 +1,16 @@ - {% block head %} - {% block title %}{{ SITENAME }} {{SITESUBTITLE}}{% endblock title %} - +{% block head %} + {% block title %}{{ SITENAME }} {{SITESUBTITLE}}{% endblock title %} + - - + {% from 'syndication.html' import syndication with context %} {{ syndication(article) }} - - - - {% endblock head %} + + +{% endblock head %}