Use pagination.pagersize

master
Will Faught 6 months ago
parent 41d7ef60f9
commit 59fba263db

@ -1,6 +1,5 @@
baseurl = "https://example.com" baseurl = "https://example.com"
enablerobotstxt = true enablerobotstxt = true
paginate = 50
timezone = "America/Los_Angeles" timezone = "America/Los_Angeles"
titlecasestyle = "Go" titlecasestyle = "Go"
@ -35,6 +34,9 @@ section = ["html"]
taxonomy = ["html"] taxonomy = ["html"]
term = ["html"] term = ["html"]
[pagination]
pagersize = 50
[params.paige.list_page] [params.paige.list_page]
disable_authors = true disable_authors = true
disable_date = true disable_date = true

Loading…
Cancel
Save