Show more than the first 10 pages.

This commit is contained in:
Danila Fedorin 2021-05-31 22:33:35 -07:00
parent a90e765ed9
commit 605a947711
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Available modules:
<ul class="post-list">
{{ range first 10 (where (where .Site.Pages.ByDate.Reverse "Section" "modules") ".Kind" "!=" "section") }}
{{ range (where (where .Site.Pages.ByDate.Reverse "Section" "modules") ".Kind" "!=" "section") }}
{{ partial "post.html" . }}
{{ end }}
</ul>