mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-07 08:31:36 +01:00
mark config header content as 'safe'
This commit is contained in:
@@ -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">
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user