summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts')
-rw-r--r--themes/PaperMod/layouts/_default/archives.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/PaperMod/layouts/_default/archives.html b/themes/PaperMod/layouts/_default/archives.html
index eea3fc8..3ff94ba 100644
--- a/themes/PaperMod/layouts/_default/archives.html
+++ b/themes/PaperMod/layouts/_default/archives.html
@@ -27,6 +27,10 @@
{{- end }}
</header>
+<div class="post-content">
+{{ .Content }}
+</div>
+
{{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{- if site.Params.ShowAllPagesInArchive }}