diff --git a/layouts/index.html b/layouts/index.html index bdff676..311a21c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -117,12 +117,12 @@
- {{- range first 4 $latest -}} + {{- range first 8 $latest -}} {{- partial "post-card.html" . -}} {{- end -}}
- {{- if gt (len $latest) 4 -}} + {{- if gt (len $latest) 8 -}}
View All {{ len $posts }} Posts {{ partial "icon.html" "arrow-right" }}