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/summary.html | |
parent | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff) |
update layouts, readme, config
Diffstat (limited to 'layouts/book/summary.html')
-rw-r--r-- | layouts/book/summary.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/book/summary.html b/layouts/book/summary.html index 900fb87..56f2ea7 100644 --- a/layouts/book/summary.html +++ b/layouts/book/summary.html | |||
@@ -17,9 +17,13 @@ | |||
17 | {{ end }} | 17 | {{ end }} |
18 | <hgroup> | 18 | <hgroup> |
19 | <h3 class="f3 near-black"> | 19 | <h3 class="f3 near-black"> |
20 | {{ if .Content }} | ||
20 | <a href="{{ .RelPermalink }}" class="link black dim"> | 21 | <a href="{{ .RelPermalink }}" class="link black dim"> |
21 | {{ .Title }} | 22 | {{ .Title }} |
22 | </a> | 23 | </a> |
24 | {{ else }} | ||
25 | {{ .Title }} | ||
26 | {{ end }} | ||
23 | </h3> | 27 | </h3> |
24 | <p>Rating: {{ .Params.rating }} / 5</p> | 28 | <p>Rating: {{ .Params.rating }} / 5</p> |
25 | {{ with .Params.last_read }} | 29 | {{ with .Params.last_read }} |