diff options
Diffstat (limited to 'templates/list.html')
-rw-r--r-- | templates/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.html b/templates/list.html index 9e139b9..a08efd6 100644 --- a/templates/list.html +++ b/templates/list.html @@ -1,6 +1,6 @@ {{ define "list" }} <div class='papers nowrap list'> -{{ range $category, $papers := .Papers }} +{{ range $category, $papers := .Papers.List }} {{ $paperCount := len $papers }} {{ if ge $paperCount 1 }} <div class="papersection"> |