mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 20:13:31 +08:00
4 lines
130 B
HTML
4 lines
130 B
HTML
{{ if and .Site.Params.GDPR.enable (not (eq .Site.Params.GDPR.mode "nocookie")) }}
|
|
{{ partial "gdpr/banner.html" . }}
|
|
{{ end }}
|