From 522d909ebfc7ea00ac5d377966e3fbbac8fbbda0 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 30 Aug 2020 12:41:41 +0200 Subject: [PATCH] allow additional header content --- example_config.py | 2 ++ templates/head.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/example_config.py b/example_config.py index 1918a3e..0b18287 100644 --- a/example_config.py +++ b/example_config.py @@ -33,3 +33,5 @@ TWITTER = "https://twitter.com/its_a_sheppy" TWITCH_CHANNEL = "esports_erlangen" TWITCH_PLACEHOLDER_IMG = "placeholder.png" + +ADDITIONAL_HEADER_CONTENT = "" diff --git a/templates/head.html b/templates/head.html index b732b59..d8a868c 100644 --- a/templates/head.html +++ b/templates/head.html @@ -28,6 +28,8 @@ +{{ conf['ADDITIONAL_HEADER_CONTENT'] }} +