aboutsummaryrefslogtreecommitdiff
path: root/theme/bulma/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/bulma/templates/article.html')
-rw-r--r--theme/bulma/templates/article.html2
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() }}