diff --git a/themes/hugo-theme-digikam/layouts/partials/head-meta.html b/themes/hugo-theme-digikam/layouts/partials/head-meta.html index 651eb3249..6097831b8 100644 --- a/themes/hugo-theme-digikam/layouts/partials/head-meta.html +++ b/themes/hugo-theme-digikam/layouts/partials/head-meta.html @@ -1,30 +1,33 @@ {{ "" | safeHTML }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ .Hugo.Generator }} {{ block "title" . }}{{ .Site.Title }}{{ if .Title }} - {{ .Title }}{{ end }}{{ end }} {{ "" | safeHTML }} {{ if .RSSLink }} {{ "" | safeHTML }} {{ end }} + + + {{ if .Site.Params.cookie_consent_info_url }} {{ partial "cookie-consent.html" . }} {{ end }} diff --git a/themes/hugo-theme-digikam/layouts/partials/sidebar.html b/themes/hugo-theme-digikam/layouts/partials/sidebar.html index d42ae0d88..08de8371a 100755 --- a/themes/hugo-theme-digikam/layouts/partials/sidebar.html +++ b/themes/hugo-theme-digikam/layouts/partials/sidebar.html @@ -1,46 +1,46 @@