aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-05-14 17:57:10 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-05-14 17:57:10 -0400
commit6416a7cb1adb60c7dd142abb0204f3751ab36a1f (patch)
tree97dc775cec10158a6d6559ee9f5bb08f9b2775b3 /layouts/_default/list.html
parent59b4fc0d0e761238f51f27658d116b90c0abb528 (diff)
tweak css, layouts, add new archetype
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 5d1370f..cf36155 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,12 +1,12 @@
1{{ define "main" }} 1{{ define "main" }}
2 <article> 2 <article>
3 <section>{{- .Content -}}</section> 3 <section>{{- .Content -}}</section>
4 <section> 4 <section>
5 {{ range .Paginator.Pages }} 5 {{ range .Paginator.Pages }}
6 <div> 6 <div>
7 {{ .Render "summary" }} 7 {{ .Render "summary" }}
8 </div> 8 </div>
9 {{ end }} 9 {{ end }}
10 </section> 10 </section>
11 </article> 11 </article>
12{{ end }} 12{{ end }}