mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
allow additional header content
This commit is contained in:
@@ -33,3 +33,5 @@ TWITTER = "https://twitter.com/its_a_sheppy"
|
|||||||
|
|
||||||
TWITCH_CHANNEL = "esports_erlangen"
|
TWITCH_CHANNEL = "esports_erlangen"
|
||||||
TWITCH_PLACEHOLDER_IMG = "placeholder.png"
|
TWITCH_PLACEHOLDER_IMG = "placeholder.png"
|
||||||
|
|
||||||
|
ADDITIONAL_HEADER_CONTENT = "<!-- additional content you want in <head> -->"
|
||||||
|
|||||||
@@ -28,6 +28,8 @@
|
|||||||
<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'] }}
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user