mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-09 17:18:33 +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:url" content="{{ url_for(request.endpoint) }}" />
|
||||||
<meta property="og:image" content="{{ conf['SITE_LOG_URL'] }}">
|
<meta property="og:image" content="{{ conf['SITE_LOG_URL'] }}">
|
||||||
|
|
||||||
{{ conf['ADDITIONAL_HEADER_CONTENT'] }}
|
{{ conf['ADDITIONAL_HEADER_CONTENT'] | safe }}
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user