| layouts/_default/list.html | ●●●●● patch | view | raw | blame | history |
layouts/_default/list.html
@@ -5,9 +5,9 @@ </div> </article> <div class="mw8 center"> {{ $section := where .Data.Pages "Section" .Section }} {{ $paginator := .Paginate (where .Data.Pages "Section" .Section) }} <section class="flex-ns flex-wrap justify-around mt5"> {{ range $section }} {{ range $paginator.Pages }} <div class="relative w-100 mb4 bg-white"> {{ partial "summary.html" . }} </div>