diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index b289eb9..e2c51d6 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -6,11 +6,7 @@ - - {% block title %} - {% block subtitle %}{% endblock %} | Mailman/Postorius - {% endblock %} - + {% block head_title %}{{ site_name|title }}{% endblock %} @@ -61,7 +57,7 @@ {% for message in messages %}
{{ message }}
{% endfor %} - {% block main %}{% endblock main %} + {% block content %}{% endblock content %}