diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index 9f55f41..4155255 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -6,12 +6,13 @@
{{ .Site.Params.footer.since }} -
{{ end }}
{{ now.Format "2006" }} {{ .Site.Title }}
-
- {{ with .Site.Params.footer.customText }}
-
{{ . | safeHTML }}
- {{ end }}
+
+ {{ with .Site.Params.footer.customText }}
+ {{ . | safeHTML }}
+ {{ end }}
+
{{- $Generator := `Hugo` -}}
{{- $Theme := printf `Stack` $ThemeVersion -}}
{{- $DesignedBy := `Jimmy` -}}