回答編集履歴

1

"post" → "posts"

2019/11/22 13:26

投稿

toto-co
toto-co

スコア11

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  <div class="pure-g">
18
18
 
19
- {{ $paginator := .Paginate ( where .Site.RegularPages "Section" "post" ) }}
19
+ {{ $paginator := .Paginate ( where .Site.RegularPages "Section" "posts" ) }}
20
20
 
21
21
  {{ range ( $paginator.Pages ) 20}}
22
22