summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-08-16 20:12:55 +0200
committerMartin Fischer <martin@push-f.com>2025-08-16 20:52:57 +0200
commit11233950545b600f3925f4c81768ed6270dc06ca (patch)
tree6068af271f524d62e1e2ee4c834676afb8e21a8e /layouts
parent6be959ca812db36cbd741d3e94a019281b4c0895 (diff)
change: replace default footer with generator meta tags
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html8
-rw-r--r--layouts/partials/head.html2
2 files changed, 2 insertions, 8 deletions
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 }}
- <p>Powered by
- <a href="https://gohugo.io/">Hugo</a>
- and
- <a href="https://git.push-f.com/tastefejl/">tastefejl</a>
- </p>
- {{ end }}
-
{{ with .Site.Params.footerContent }}
<p>{{ . | markdownify }}</p>
{{ 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 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
+<meta name="generator" content="Hugo">
+<meta name="generator" content="Tastefejl">
{{/* Head start hook */}}
{{ partial "functions/get_hook.html" (dict "hook" "head_start" "context" .) }}