diff --git a/templates/page.html b/templates/page.html index cf276f7..2ad97fd 100644 --- a/templates/page.html +++ b/templates/page.html @@ -11,7 +11,7 @@ {% endif %} {% endblock %} -{% block title %} – {{ page.title|striptags|escape }}{% endblock %} +{% block title %} – {{page.title|striptags|escape}}{% endblock %} {% block content %}