Merge github.com:AnimMouse/gohugo-theme-ananke into 283-add-head-partial

This commit is contained in:
mountainbug95 2020-06-03 15:35:38 -05:00
commit de8610c306
No known key found for this signature in database
GPG Key ID: 3EEE76B99FDF9A40
2 changed files with 1 additions and 0 deletions

View File

@ -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 }}
</head>
<body class="ma0 {{ $.Param "body_classes" | default "avenir bg-near-white"}}{{ with getenv "HUGO_ENV" }} {{ . }}{{ end }}">

View File