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