hugo-theme-stack/layouts/partials/footer/custom.html
Massimo Maggioni 1bda9df28e - banner in the footer in case the website does not use cookies or use only technical cookies
- buttons with uniform color to respect GDPR rules
2022-01-28 20:40:54 +01:00

6 lines
158 B
HTML

{{ if .Site.Params.GDPRbanner.enabled }}
{{ if not .Site.Params.GDPRbanner.onlytechnical }}
{{ partial "helper/consent.html" . }}
{{ end }}
{{ end }}