Remove remnants of hugo_cookie_consent.

This commit is contained in:
2026-06-16 17:14:18 +02:00
parent b784459d87
commit 3ac7f0fb8e
16 changed files with 15 additions and 166 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
<html lang="{{ .Site.Language.Locale }}">
<head>
{{- partial "meta.html" . -}}
{{- partial "head_extra.html" . -}}
</head>
<body>
{{- partial "cookie-consent.html" . -}}
{{- partial "header.html" . -}}
<main role="main" class="container-fluid">
{{- block "main" . }}{{- end }}
</main>
{{- partial "body_extra.html" . -}}
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>