Add head-extra for overriding
This commit is contained in:
parent
3676a7c18e
commit
3a3518c18a
1
layouts/partials/head-extra.html
Normal file
1
layouts/partials/head-extra.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!--for overriding-->
|
@ -32,3 +32,5 @@
|
|||||||
{{ 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 }}
|
||||||
|
|
||||||
|
{{ partial "head-extra.html" . }}
|
Loading…
Reference in New Issue
Block a user