diff --git a/layouts/posts/list.html b/layouts/posts/list.html
index c52a5c9..3c1043d 100644
--- a/layouts/posts/list.html
+++ b/layouts/posts/list.html
@@ -3,9 +3,13 @@
{{ partial "content.html" . }}
- {{ with .OutputFormats.Get "rss" }}
-
Subscribe
- {{ end }}
+
+
+
+ {{ with .OutputFormats.Get "rss" }}
+
+ {{ end }}
+
{{ range .Pages.GroupByDate "2006-01" }}
{{ $month := print .Key "-01" }}