aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base')
-rw-r--r--templates/web/base/common_header_tags.html5
-rw-r--r--templates/web/base/header/title.html4
2 files changed, 5 insertions, 4 deletions
diff --git a/templates/web/base/common_header_tags.html b/templates/web/base/common_header_tags.html
index e29d96655..728b81363 100644
--- a/templates/web/base/common_header_tags.html
+++ b/templates/web/base/common_header_tags.html
@@ -23,10 +23,7 @@
[% INCLUDE 'header_rss.html' %]
-<title>
- [% "$title :: " | html IF title %]
- [% site_name -%]
-</title>
+[% INCLUDE 'header/title.html' %]
[% IF bodyclass.match('frontpage') %]
<link rel="prefetch" href="[% version('/js/validation_rules.js') %]">
diff --git a/templates/web/base/header/title.html b/templates/web/base/header/title.html
new file mode 100644
index 000000000..835c87790
--- /dev/null
+++ b/templates/web/base/header/title.html
@@ -0,0 +1,4 @@
+<title>
+ [% "$title :: " | html IF title %]
+ [% site_name -%]
+</title>