allow additional header content

This commit is contained in:
Yannik Schmidt
2020-08-30 12:41:41 +02:00
parent d232ee37b9
commit 522d909ebf
2 changed files with 4 additions and 0 deletions

View File

@@ -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> -->"

View File

@@ -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",