From 23adf815d3f04ddc27dfb19efc189fbf4ba885f2 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Mon, 16 Sep 2024 22:14:22 +0200 Subject: [PATCH] Update theme --- config/_default/hugo.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 4b6c4926..669a3978 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -2,4 +2,4 @@ baseURL: "https://fundor333.com" DefaultContentLanguage: en languageCode: en theme: ["github.com/fundor333/macha-theme"] -title: Fundor 333 +title: Fundor333 diff --git a/go.mod b/go.mod index dd17ec01..91a87904 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/fundor333/fundor333.github.io go 1.22.5 require ( - github.com/fundor333/macha-theme v1.5.1 // indirect + github.com/fundor333/macha-theme v1.5.2 // indirect github.com/fundor333/macia-image v1.0.1 // indirect github.com/fundor333/macia-indiweb v1.0.0 // indirect )