From ae5fbeb8af153d358b4d13d7e2bdd16061ca5524 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 23 Oct 2023 19:29:28 -0400 Subject: update layouts, readme, config --- layouts/book/list.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'layouts/book/list.html') 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 @@ {{ define "main" }} -

{{ .Title }}

+
+

{{ .Title }}

+

Books I have read. Rated with the five star system.

+
{{ if .Content }}

{{- .Content -}}

{{ end }} @@ -28,4 +31,4 @@ {{ end }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.1