hugo-theme-stack/layouts/partials/footer/custom.html
2022-02-18 22:46:09 +01:00

4 lines
130 B
HTML

{{ if and .Site.Params.GDPR.enable (not (eq .Site.Params.GDPR.mode "nocookie")) }}
{{ partial "gdpr/banner.html" . }}
{{ end }}