diff --git a/incorporealcms/templates/base.html b/incorporealcms/templates/base.html index 307ae0f..b19814f 100644 --- a/incorporealcms/templates/base.html +++ b/incorporealcms/templates/base.html @@ -1,4 +1,5 @@ + {{ title }}{% if title %} - {% endif %}{{ config.TITLE_SUFFIX }} {% if title %}{% endif %} {% if description %}{% endif %} @@ -30,3 +31,4 @@ Last modified: {{ mtime }} +