fix condition
This commit is contained in:
parent
7e3baf21a7
commit
6dd2030dfe
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
{{ end }}
|
||||
|
||||
<!-- Misc -->
|
||||
{{ if hugo.IsProduction | eq site.Params.env "production" }}
|
||||
{{ if or hugo.IsProduction (eq site.Params.env "production") }}
|
||||
<!---->
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
<!---->
|
||||
|
|
Loading…
Reference in a new issue