diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
commit | 6e6412e4a693ddc2da5e4611363fb882ad6497be (patch) | |
tree | 8c151abcd68613d477773cc6552eeaa22a70e8ea /layouts/book/list.html | |
parent | d0e7f43601e90229b95191a1cdc85039e233b622 (diff) |
Switch to light theme. remove articles.
Diffstat (limited to 'layouts/book/list.html')
-rw-r--r-- | layouts/book/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/book/list.html b/layouts/book/list.html index 628d8b8..346a918 100644 --- a/layouts/book/list.html +++ b/layouts/book/list.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <article> | 2 | <article> |
3 | <h1>{{ .Title }}</h1> | 3 | <h1>{{ .Title }}</h1> |
4 | {{ if .Content }} | 4 | {{ if .Content }} |
5 | <p>{{- .Content -}}</p> | 5 | <p>{{- .Content -}}</p> |
6 | {{ end }} | 6 | {{ end }} |
7 | <section> | 7 | <section> |
8 | {{ if .IsSection }} | 8 | {{ if .IsSection }} |