diff --git a/themes/cetcat/templates/base.html b/themes/cetcat/templates/base.html
index 80abaf2c1..d5c913b39 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 %}