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 d1d1263..25976dd 100644 --- a/layouts/book/list.html +++ b/layouts/book/list.html | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | {{ end }} | 5 | {{ end }} |
| 6 | <section> | 6 | <section> |
| 7 | {{ if .IsSection }} | 7 | {{ if .IsSection }} |
| 8 | {{ range sort (.Paginator 3).Pages "Date" "desc" }} | 8 | {{ range sort .Pages "Date" "desc" }} |
| 9 | {{ if ne .Layout "list" }} | 9 | {{ if ne .Layout "list" }} |
| 10 | <div>{{ .Render "summary" }}</div> | 10 | <div>{{ .Render "summary" }}</div> |
| 11 | {{ end }} | 11 | {{ end }} |
