mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Merge github.com:AnimMouse/gohugo-theme-ananke into 283-add-head-partial
This commit is contained in:
commit
de8610c306
@ -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 }}">
|
||||
|
0
layouts/partials/site-head.html
Normal file
0
layouts/partials/site-head.html
Normal file
Loading…
x
Reference in New Issue
Block a user