From e1f0a47344a30315559325ca8898b9941d7fea01 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 24 Jun 2024 15:16:20 +0200 Subject: Corrections in the theme --- theme/bulma/templates/article.html | 2 +- theme/bulma/templates/base.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'theme/bulma/templates') diff --git a/theme/bulma/templates/article.html b/theme/bulma/templates/article.html index bc78ec9..69a746b 100644 --- a/theme/bulma/templates/article.html +++ b/theme/bulma/templates/article.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block html_lang %}{{ article.lang }}{% endblock %} -{% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %} +{% block title %} - {{ article.title|striptags }}{% endblock %} {% block head %} {{ super() }} diff --git a/theme/bulma/templates/base.html b/theme/bulma/templates/base.html index 6b281d6..d3eb571 100644 --- a/theme/bulma/templates/base.html +++ b/theme/bulma/templates/base.html @@ -4,6 +4,7 @@ {% block head %} + {% if FEED_ALL_ATOM %} @@ -56,12 +57,12 @@ -
-
+
+
{% include "partial/sidebar.html" %} {% include "partial/nav.html" %}
-
+
{% block content %} {% endblock %} {% include "partial/footer.html" %} -- cgit v1.2.3