diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 97f5951ae7..3cc52edaff 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -22,6 +22,10 @@
{{ partial "taxonomy_terms_clouds.html" . }}
+ {{ if .IsSection }}
+ {{ .Title }}
+ {{ .Content }}
+ {{ end -}}
{{ with .CurrentSection.OutputFormats.Get "rss" -}}