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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/bulma/templates/article.html') 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() }} -- cgit v1.2.3