diff options
| author | rtk0c <[email protected]> | 2025-09-01 11:30:07 -0700 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-09-01 11:30:07 -0700 |
| commit | b34379cf2667f67f00007e8e64bebf20373105c1 (patch) | |
| tree | d6d6caf0da35823ebf65a796a80c118ea1fb5ed5 /themes/PaperMod/layouts/_default/archives.html | |
| parent | 568d2f599f7f42494758797f0d052f3a2847cbf0 (diff) | |
Move custom archives.html changes into subtreedevelop
Diffstat (limited to 'themes/PaperMod/layouts/_default/archives.html')
| -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 }} |
