summaryrefslogtreecommitdiff
path: root/themes/PaperMod
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-09-01 11:30:07 -0700
committerrtk0c <[email protected]>2025-09-01 11:30:07 -0700
commitb34379cf2667f67f00007e8e64bebf20373105c1 (patch)
treed6d6caf0da35823ebf65a796a80c118ea1fb5ed5 /themes/PaperMod
parent568d2f599f7f42494758797f0d052f3a2847cbf0 (diff)
Move custom archives.html changes into subtreedevelop
Diffstat (limited to 'themes/PaperMod')
-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 }}