From 11233950545b600f3925f4c81768ed6270dc06ca Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 16 Aug 2025 20:12:55 +0200 Subject: change: replace default footer with generator meta tags --- layouts/partials/footer.html | 8 -------- layouts/partials/head.html | 2 ++ 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e7d754c..a858a53 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,14 +3,6 @@ {{/* Footer start hook */}} {{ partial "functions/get_hook.html" (dict "hook" "footer_start" "context" .) }} - {{ if not .Site.Params.footerContent }} -

Powered by - Hugo - and - tastefejl -

- {{ end }} - {{ with .Site.Params.footerContent }}

{{ . | markdownify }}

{{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b90d3db..e437156 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,7 @@ + + {{/* Head start hook */}} {{ partial "functions/get_hook.html" (dict "hook" "head_start" "context" .) }} -- cgit v1.2.3