소스 검색

Update 'config.toml'

Nate Johnston 2 달 전
부모
커밋
de07d37973
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config.toml

+ 2 - 2
config.toml

@@ -14,8 +14,8 @@ defaultContentLanguage = 'en-us'
     weight = 10
 
 # Pagination
-paginate = 3
-paginatePath = "page"
+pagination.pagerSize = 3
+pagination.path = "page"
 
 [outputs]
   home = ["HTML", "RSS"]