From b562b5c378f0aada3069fd49e8c538f0b1eace4e Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Fri, 8 Dec 2023 11:52:04 +0100 Subject: [PATCH] Fix html header --- user-guide/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-guide/source/conf.py b/user-guide/source/conf.py index 8c1a819..30da06b 100644 --- a/user-guide/source/conf.py +++ b/user-guide/source/conf.py @@ -81,7 +81,7 @@ # General information about the project. project = 'django cms' copyright = '2009-{}, django CMS Association and contributors'.format(current_year) -html_title = "django CMS User Guide {}".format(VERSION) +html_title = "django CMS {} User Guide".format(VERSION) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the