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 )