From 61254dc83785979c5d48e0208b22b21fe114fa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 8 Dec 2018 09:43:02 +0100 Subject: [PATCH] templates: use global title in page header (#28774) --- templates/theme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/theme.html b/templates/theme.html index 2cbac270..deb96aa7 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -5,7 +5,7 @@ - {% firstof global_title "Compte Citoyen" %} {% block title %}{% endblock %} + {% firstof global_title site_title "Compte Citoyen" %} {% block title %}{% endblock %} {% if meta_robots %} {% elif environment_label %} @@ -53,7 +53,7 @@ {% block header-top %}{% endblock %}
{% block header-title %} -

{{ site_title }}

+

{% firstof global_title site_title "Compte Citoyen" %}

{% endblock %} {% if include_top_links != False %}