diff options
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 }} |