diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0a7a6c5..cf46ab0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,12 @@ -
Privacy Policy | Cookie Policy | Terms of Use
-© 2023 {{ $.Site.Params.author }}
+{{ if .Site.Params.footer.minimal | not }} ++ Privacy Policy | Cookie Policy | Terms of Use +
+{{ end }} + +{{ with .Site.Copyright }} +{{ now.Format "2006" }} © {{ . | markdownify }}
+{{ else }} +{{ now.Format "2006" }} © {{ .Site.Params.author }} {{ with .Site.Params.License }} - {{ . | markdownify }} {{ end }}
+{{ end }} Mastodon | Contact Me | RSS Feed