Add head-extra for overriding
This commit is contained in:
parent
3676a7c18e
commit
3a3518c18a
2 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue