diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-23 19:29:28 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-23 19:29:28 -0400 |
commit | ae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (patch) | |
tree | 0c4d95f65ba7fbbaf26b8e187818c259c3f03886 /layouts/book/list.html | |
parent | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff) |
update layouts, readme, config
Diffstat (limited to 'layouts/book/list.html')
-rw-r--r-- | layouts/book/list.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/book/list.html b/layouts/book/list.html index 25976dd..dcca1f9 100644 --- a/layouts/book/list.html +++ b/layouts/book/list.html | |||
@@ -1,5 +1,8 @@ | |||
1 | {{ define "main" }} | 1 | {{ define "main" }} |
2 | <h1>{{ .Title }}</h1> | 2 | <hgroup> |
3 | <h1>{{ .Title }}</h1> | ||
4 | <p>Books I have read. Rated with the five star system.</p> | ||
5 | </hgroup> | ||
3 | {{ if .Content }} | 6 | {{ if .Content }} |
4 | <p>{{- .Content -}}</p> | 7 | <p>{{- .Content -}}</p> |
5 | {{ end }} | 8 | {{ end }} |
@@ -28,4 +31,4 @@ | |||
28 | {{ end }} | 31 | {{ end }} |
29 | {{ end }} | 32 | {{ end }} |
30 | </section> | 33 | </section> |
31 | {{ end }} \ No newline at end of file | 34 | {{ end }} |