diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3e3668d..91a6047 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,5 +11,7 @@
-
+ {{ if .Site.Params.enableRSS }}
+
+ {{ end }}
\ No newline at end of file
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index b70a033..8c9b8f3 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