diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 135bbb2..b4a8a10 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -38,13 +38,11 @@
{{ block "main" . }}{{ end }}
-
- {{ if hugo.IsProduction }}
- {{ partialCached "essentials/footer.html" . }}
- {{ partialCached "essentials/script.html" . }}
- {{ else }}
- {{ partial "essentials/footer.html" . }}
- {{ partial "essentials/script.html" . }}
- {{ end }}
+
+ {{ partial "essentials/footer.html" . }}
+
+
+
+ {{ partialCached "essentials/script.html" . }}