aboutsummaryrefslogtreecommitdiff
path: root/layouts/book/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/book/summary.html')
-rw-r--r--layouts/book/summary.html4
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 }}