diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index bf74cbf..916e64f 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,9 +10,9 @@
{{ hugo.Generator }}
{{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
-
+
{{ else }}
-
+
{{ end }}
{{ $stylesheet := .Site.Data.webpack_assets.app }}