diff options
Diffstat (limited to 'templates/web/base/header')
-rw-r--r-- | templates/web/base/header/css.html | 2 | ||||
-rw-r--r-- | templates/web/base/header/title.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/base/header/css.html b/templates/web/base/header/css.html index 219369465..a5d2580e8 100644 --- a/templates/web/base/header/css.html +++ b/templates/web/base/header/css.html @@ -8,4 +8,4 @@ <![endif]--> <link rel="stylesheet" href="[% version('/vendor/OpenLayers/theme/default/style.css') %]"> -[% extra_css %] +[% extra_css | safe %] diff --git a/templates/web/base/header/title.html b/templates/web/base/header/title.html new file mode 100644 index 000000000..f3ff5119c --- /dev/null +++ b/templates/web/base/header/title.html @@ -0,0 +1,4 @@ +<title> + [% tprintf('%s :: ', title) IF title %] + [% site_name -%] +</title> |