diff options
Diffstat (limited to 'theme/templates/ebook/layout.html')
-rw-r--r-- | theme/templates/ebook/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/ebook/layout.html b/theme/templates/ebook/layout.html index 2849404..1a9c01c 100644 --- a/theme/templates/ebook/layout.html +++ b/theme/templates/ebook/layout.html @@ -9,7 +9,7 @@ <meta name="description" content="{% block description %}{% endblock %}"> <meta name="generator" content="GitBook {{ gitbook.version }}"> {% block head %}{% endblock %} - {{ htmlSnippet("head:end")|default("") }} + {{ htmlSnippet("head:end")|default("")|safe }} </head> <body> {{ htmlSnippet("body:start")|default("")|safe }} |