diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html
index a63275a03..82e57c1b5 100644
--- a/site/layouts/_default/examples.html
+++ b/site/layouts/_default/examples.html
@@ -159,7 +159,7 @@
{{ .Content }}
{{- if eq hugo.Environment "production" -}}
-
+
{{- else -}}
{{- end }}
diff --git a/site/layouts/partials/scripts.html b/site/layouts/partials/scripts.html
index dc92d30e5..facb7d384 100644
--- a/site/layouts/partials/scripts.html
+++ b/site/layouts/partials/scripts.html
@@ -1,5 +1,5 @@
{{ if eq hugo.Environment "production" -}}
-
+
{{ else -}}
{{- end }}
diff --git a/site/layouts/partials/stylesheet.html b/site/layouts/partials/stylesheet.html
index 7a5b077bc..d07f9a5f2 100644
--- a/site/layouts/partials/stylesheet.html
+++ b/site/layouts/partials/stylesheet.html
@@ -2,9 +2,9 @@
{{ if eq hugo.Environment "production" -}}
{{ if eq .Page.Params.direction "rtl" -}}
-
+
{{- else -}}
-
+
{{- end -}}
{{- else -}}