diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 0be0f7e..b70a033 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -9,6 +9,6 @@
{{ end }}
{{ if .Site.Params.enableRSS }}
- {{ with .Site.Params.subscribe }}{{ . }}{{ else }}Subscribe{{ end }}
+ {{ with .Site.Params.subscribe }}{{ . }}{{ else }}Subscribe{{ end }}
{{ end }}
\ No newline at end of file