diff --git a/layouts/partials/header-include.html b/layouts/partials/header-include.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c892f67..674fd04 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -36,6 +36,7 @@ {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} + {{ partial "header-include.html" . }}