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'] }}
+