@@ -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 }}"> |