Added P52-32 : Folded Notes

This commit is contained in:
Don Harper 2019-08-16 23:36:09 -05:00
parent ec7e48249d
commit 1909ea34ea
11 changed files with 522 additions and 18 deletions

View file

@ -12,7 +12,7 @@
<h1 class="screen-reader-text">Posts</h1>
<div id="loop-container" class="loop-container">
{{ range $index, $element := (where .Data.Pages "Section" "post").ByDate.Reverse }}
{{ range $index, $element := (where .Pages "Section" "post").ByDate.Reverse }}
{{ $scratch := newScratch }}
{{ if .Site.Params.writers }}