|
|
|
|
|
|
|
|
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} |
|
|
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} |
|
|
{{ template "_internal/google_analytics_async.html" . }} |
|
|
{{ template "_internal/google_analytics_async.html" . }} |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
{{ block "head" . }}{{ partial "head-additions.html" }}{{ end }} |
|
|
|
|
|
|
|
|
{{ block "head" . }}{{ partial "head-additions.html" . }}{{ end }} |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
<body class="ma0 {{ $.Param "body_classes" | default "avenir bg-near-white"}}{{ with getenv "HUGO_ENV" }} {{ . }}{{ end }}"> |
|
|
<body class="ma0 {{ $.Param "body_classes" | default "avenir bg-near-white"}}{{ with getenv "HUGO_ENV" }} {{ . }}{{ end }}"> |