From 8857c2682cf77dc66886e74927fc4c4406002243 Mon Sep 17 00:00:00 2001 From: "Evan G." Date: Mon, 20 May 2024 12:08:11 -0500 Subject: [PATCH] Use License Variable & Format + Footer minimal --- layouts/partials/footer.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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