From 9c21e922e1215051bb2019cbfcfdd51decaa3dd7 Mon Sep 17 00:00:00 2001 From: zzossig Date: Wed, 1 Jan 2020 12:44:51 +0900 Subject: [PATCH] talks will show up on the home list --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index a00bc06..2a06fa8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,7 +13,7 @@
- {{ $paginator := .Paginate (where (where (where (where .Site.RegularPages "Type" "!=" "talks") "Type" "!=" "contact") "Type" "!=" "archive") "Type" "!=" "about") }} + {{ $paginator := .Paginate (where (where (where .Site.RegularPages "Type" "!=" "contact") "Type" "!=" "archive") "Type" "!=" "about") }} {{ range $paginator.Pages }} {{ .Render "summary" }} {{ end }}