mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 20:13:31 +08:00
6 lines
157 B
HTML
6 lines
157 B
HTML
{{ if .Site.Params.GDPRbanner.enabled }}
|
|
{{ if not .Site.Params.GDPRbanner.onlyfunctional }}
|
|
{{ partial "gdpr/consent.html" . }}
|
|
{{ end }}
|
|
{{ end }}
|