mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Fix assignment context (#453)
This commit is contained in:
parent
108995800b
commit
3ec1afbfce
@ -9,7 +9,7 @@
|
||||
{{ $env := partial "func/GetEnvironmentName.html" . }}
|
||||
|
||||
{{ if eq $env "production" }}
|
||||
{{ $isProduction := true }}
|
||||
{{ $isProduction = true }}
|
||||
{{ end }}
|
||||
|
||||
{{ return $isProduction }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user