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 }}*/}}