Replaced deprecated "paginate" key with "pagination.pagerSize" (#518)
* Update config.toml Replaced deprecated key "paginate". * Update README.md Replaced deprecated key "paginate".
This commit is contained in:
parent
ae52f107f9
commit
6122019375
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
baseurl = "https://example.com/"
|
||||
languageCode = "en-us"
|
||||
theme = "hugo-theme-terminal"
|
||||
paginate = 5
|
||||
pagination.pagerSize = 5
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue