diff --git a/layouts/index.html b/layouts/index.html index 9620626..f4efa01 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,13 +27,6 @@ {{ partialCached "menu.html" . }} - + {{ end }} diff --git a/layouts/partials/single-footer.html b/layouts/partials/single-footer.html new file mode 100644 index 0000000..0233ed5 --- /dev/null +++ b/layouts/partials/single-footer.html @@ -0,0 +1,6 @@ +

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

\ No newline at end of file diff --git a/theme.toml b/theme.toml index 71f3d51..7f98077 100644 --- a/theme.toml +++ b/theme.toml @@ -13,7 +13,12 @@ features = [ "disqus", "customizable" ] -min_version = 0.43 + +[module] + [module.hugoVersion] + extended = true + min = '0.43' + [author] name = "1BL4Z3R"