diff options
Diffstat (limited to 'layouts/book/list.html')
-rw-r--r-- | layouts/book/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/book/list.html b/layouts/book/list.html index 628d8b8..346a918 100644 --- a/layouts/book/list.html +++ b/layouts/book/list.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <article> | 2 | <article> |
3 | <h1>{{ .Title }}</h1> | 3 | <h1>{{ .Title }}</h1> |
4 | {{ if .Content }} | 4 | {{ if .Content }} |
5 | <p>{{- .Content -}}</p> | 5 | <p>{{- .Content -}}</p> |
6 | {{ end }} | 6 | {{ end }} |
7 | <section> | 7 | <section> |
8 | {{ if .IsSection }} | 8 | {{ if .IsSection }} |