diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 721180d..3823be5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,6 +23,8 @@ {{ if .Site.Params.cookie_consent_info_url }} {{ partial "cookie-consent.html" . }} {{ end }} + + {{ partial "head-custom.html" . }}
diff --git a/layouts/partials/head-custom.html b/layouts/partials/head-custom.html new file mode 100644 index 0000000..6b82655 --- /dev/null +++ b/layouts/partials/head-custom.html @@ -0,0 +1 @@ +