diff options
Diffstat (limited to 'templates/web/base/header/title.html')
-rw-r--r-- | templates/web/base/header/title.html | 4 |
1 files changed, 4 insertions, 0 deletions
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> |