mark config header content as 'safe'

This commit is contained in:
Yannik Schmidt
2020-08-30 12:43:45 +02:00
parent 522d909ebf
commit 398c6f6aef

View File

@@ -28,7 +28,7 @@
<meta property="og:url" content="{{ url_for(request.endpoint) }}" />
<meta property="og:image" content="{{ conf['SITE_LOG_URL'] }}">
{{ conf['ADDITIONAL_HEADER_CONTENT'] }}
{{ conf['ADDITIONAL_HEADER_CONTENT'] | safe }}
<script type="application/ld+json">
{