diff --git a/html/base.html b/html/base.html index 29ce6cf39..822711447 100644 --- a/html/base.html +++ b/html/base.html @@ -8,7 +8,7 @@ - {% if title %}{{ title }}{% else %}{{ fallbacktitle }}{% endif %} + {% include "title.html" %} {% if description %} {% endif %} @@ -26,7 +26,7 @@ -

{% if title %}{{ title }}{% else %}{{ fallbacktitle }}{% endif %}

+

{% include "title.html" %}