diff options
Diffstat (limited to 'theme/templates/website/layout.html')
-rw-r--r-- | theme/templates/website/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/layout.html b/theme/templates/website/layout.html index fca3313..e412c0c 100644 --- a/theme/templates/website/layout.html +++ b/theme/templates/website/layout.html @@ -2,7 +2,7 @@ <html lang="{{ language }}"> {{ htmlSnippet("html:start")|default("")|safe }} <head> - {{ htmlSnippet("head:start")|default("") }} + {{ htmlSnippet("head:start")|default("")|safe }} <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" /> <title>{% block title %}{% endblock %}</title> |