diff options
Diffstat (limited to 'themes/PaperMod')
| -rw-r--r-- | themes/PaperMod/layouts/_default/archives.html | 4 |
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 }} |
