diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0a7a6c5..9ee3fdb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,8 @@ -

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 }} + +

{{ now.Format "2006" }} © {{ $.Site.Params.author }} {{ with .Site.Params.License }} - {{ . | markdownify }} {{ end }}

Mastodon | Contact Me | RSS Feed