diff --git a/layouts/authors/single.html b/layouts/authors/single.html index 2805308..b9588fd 100644 --- a/layouts/authors/single.html +++ b/layouts/authors/single.html @@ -82,7 +82,7 @@
- {{- range $posts.ByDate.Reverse -}} + {{- range first 4 ($posts.ByDate.Reverse) -}} {{- partial "post-card.html" . -}} {{- end -}}