diff --git a/theme/templates/base.html b/theme/templates/base.html index 678add5..03d9038 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -12,8 +12,7 @@ {% for css in STYLESHEET_FILES %} {% endfor %} - {% block title %}{{ SITENAME }}{% if SITETAG %} - {{ SITETAG|escape }}{% - endif %}{% endblock %} + {% block title %}{{ SITENAME }}{% endblock %}