From 658f1352dd786a7677ea172fa7e7682832de9d59 Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Sun, 23 Mar 2025 16:37:05 +0100 Subject: [PATCH] change base url to be rezepte.eliaskohout.de; make resources relative paths; --- hugo/config.toml | 2 +- hugo/layouts/_default/baseof.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo/config.toml b/hugo/config.toml index 0928989..fd98452 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://rezepte.kohout-dev.de/' +baseURL = 'https://rezepte.eliaskohout.de/' languageCode = 'de-de' title = 'Rezepte' diff --git a/hugo/layouts/_default/baseof.html b/hugo/layouts/_default/baseof.html index 6f497ca..86223bf 100644 --- a/hugo/layouts/_default/baseof.html +++ b/hugo/layouts/_default/baseof.html @@ -14,17 +14,17 @@ {{ $style := resources.Get "css/main.css" | resources.Minify | resources.Fingerprint }} - + {{ $style := resources.Get "css/fonts.css" | resources.Minify | resources.Fingerprint }} - + {{ $style := resources.Get "css/dark.css" | resources.Minify | resources.Fingerprint }} - {{ $style := resources.Get "js/themetoggle.js" | resources.Minify | resources.Fingerprint }} - +