diff --git a/hugo.toml b/hugo.toml
index 5c0445b..19231dd 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,7 +1,7 @@
copyright = "Chaostreff Chemnitz"
baseURL = 'https://interfug.de/'
languageCode = "de-de"
-theme = "ananke_if25"
+theme = "ananke"
resourceDir = "../resources"
DefaultContentLanguage = "de"
diff --git a/themes/_default/layouts/partials/head-additions.html b/themes/_default/layouts/partials/head-additions.html
new file mode 100644
index 0000000..1b0d11a
--- /dev/null
+++ b/themes/_default/layouts/partials/head-additions.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file