diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-06-24 15:16:20 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-06-24 15:16:20 +0200 |
commit | e1f0a47344a30315559325ca8898b9941d7fea01 (patch) | |
tree | f8bd829dda65c8fc73885d1346d3486efff43b6a /theme/bulma/templates/article.html | |
parent | 5077c6f61e2a58b7590a0200566510894d130361 (diff) |
Corrections in the theme
Diffstat (limited to 'theme/bulma/templates/article.html')
-rw-r--r-- | theme/bulma/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
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() }} |