From b4e6be8688ec5b41e27c3d0977a5831315740f32 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 15 Apr 2020 16:19:19 +0800 Subject: Remove taxonomyTerm using disableKinds --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index ddc93f1..ef083bc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@
- {{ $paginator := .Paginate (where .Site.RegularPages "Type" "post") }} + {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} {{ range $paginator.Pages }}

-- cgit v1.2.3