We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e9024 commit e9657fbCopy full SHA for e9657fb
themes/hugoplate/layouts/index.html
@@ -11,7 +11,7 @@
11
<div class="lg:col-8">
12
<div class="row">
13
{{ $pages := where site.RegularPages "Type" "posts" }}
14
- {{ $paginator := .Paginate $pages.ByTitle 4 }}
+ {{ $paginator := .Paginate $pages.ByDate.Reverse 8 }}
15
{{ range $paginator.Pages }}
16
<div class="md:col-6 mb-14">
17
{{ partial "components/blog-card" . }}
0 commit comments