From 3b211400c447a52badd1db512e89f0ec35e69a66 Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Mon, 17 Apr 2017 18:33:54 -0400 Subject: [PATCH] fix issue count --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 35ba8fe..9e0f976 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -24,7 +24,7 @@

More Posts

{{/* Nest the requirements, "after" then "first" on the outside */}} - {{ range (first 4 (after 1 $section)) }} + {{ range (first 4 (after 3 $section)) }}

{{ .Title }}