From b2e2bb7ae0e63776ad384028b154dbc817190534 Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 13:05:54 +0200 Subject: [PATCH] override head-additions --- hugo.toml | 2 +- themes/_default/layouts/partials/head-additions.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 themes/_default/layouts/partials/head-additions.html 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