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 }}

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 }}
{{ if and (isset .Params "image") .Params.image }}
{{ if eq (mod $index 2) 0 }}
<div class="post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-memories tag-normal-post tag-standard-2 excerpt zoom full-without-featured odd excerpt">

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 }}
{{ if and (isset .Params "image") .Params.image }}
{{ if eq (mod $index 2) 0 }}
<div class="post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-memories tag-normal-post tag-standard-2 excerpt zoom full-without-featured odd excerpt">