diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 44cd95d..5a2b620 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -2,9 +2,11 @@
{{ partial "content.html" . }} - {{ if .Content }} -
+ + {{ with .OutputFormats.Get "rss" }} +

Subscribe

{{ end }} + {{ range .Pages.GroupByDate "2006-01" }} {{ $month := print .Key "-01" }} {{ if (index .Pages 0).Date.IsZero }}