From ed29f8f1b7c005a83aaef6d10c6d46d2d6096b1b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Nov 2023 15:12:43 +0000 Subject: [PATCH] Theme Files Update --- hugo.toml.example | 1 + layouts/partials/single-footer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml.example b/hugo.toml.example index ee2742e..cfe3693 100644 --- a/hugo.toml.example +++ b/hugo.toml.example @@ -7,6 +7,7 @@ baseURL = "CHANGE BASE URL" defaultContentLanguage = "en" defaultContentLanguageInSubdir = true +#theme = "hermit-v2" #[languages] # [languages.en] diff --git a/layouts/partials/single-footer.html b/layouts/partials/single-footer.html index 0330073..566f068 100644 --- a/layouts/partials/single-footer.html +++ b/layouts/partials/single-footer.html @@ -1,5 +1,5 @@

- © {{ now.Format "2006" }} {{ .Site.Params.author.name }} ·{{ .Site.Params.footerCopyright | safeHTML }} + © {{ now.Format "2006" }} {{ .Site.Params.author.name }} · {{ .Site.Params.footerCopyright | safeHTML }} {{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}} · {{ partial "svg.html" (dict "context" . "name" "rss") }} {{/*{{ end }}*/}}