diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 09622d4..8fb9253 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -42,6 +42,7 @@ {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} + {{ block "head" . }}{{ partialCached "site-head.html" . }}{{ end }} diff --git a/layouts/partials/site-head.html b/layouts/partials/site-head.html new file mode 100644 index 0000000..e69de29