diff --git a/layouts/_default/home.html b/layouts/_default/home.html
index 03b6e77a..a54c1d0b 100644
--- a/layouts/_default/home.html
+++ b/layouts/_default/home.html
@@ -3,11 +3,11 @@
{{ partial "paige-description.html" . }}
{{ partial "paige-date.html" . }}
{{ with .Params.stretch }}
-
+
{{ end }}
{{ with .Params.center }}
-
+
{{ end }}
{{ with .Params.greeting }}
diff --git a/layouts/partials/paige-link.html b/layouts/partials/paige-link.html
index afa37392..e00cf183 100644
--- a/layouts/partials/paige-link.html
+++ b/layouts/partials/paige-link.html
@@ -1,10 +1,10 @@
{{ with .Site.Params.paige_bootstrap_styles }}
-
+
{{ else }}
{{ end }}
{{ with .Site.Params.paige_bootstrap_icons }}
-
+
{{ else }}
{{ end }}
diff --git a/layouts/partials/paige-script.html b/layouts/partials/paige-script.html
index 542563e2..dbf03457 100644
--- a/layouts/partials/paige-script.html
+++ b/layouts/partials/paige-script.html
@@ -1,5 +1,5 @@
{{ with .Site.Params.paige_bootstrap_scripts }}
-
+
{{ else }}
{{ end }}