hugo-theme-stack/layouts/partials/footer/custom.html
2022-01-30 20:16:12 +01:00

6 lines
157 B
HTML

{{ if .Site.Params.GDPRbanner.enabled }}
{{ if not .Site.Params.GDPRbanner.onlyfunctional }}
{{ partial "gdpr/consent.html" . }}
{{ end }}
{{ end }}