summaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index d3d2d99..a8cb92a 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -17,8 +17,8 @@
</header>
<section class="list-page__content" aria-label="{{ lang.Translate "posts.name" | default "Posts" }}">
- {{- /* 20 posts per site */ -}}
- {{- $paginator := .Paginate .Pages 20 }}
+ {{- /* 15 posts per site */ -}}
+ {{- $paginator := .Paginate .Pages 15 }}
{{- with $paginator.Pages }}
<ul class="list-page__posts-list">
{{- range . }}