forked from mirrors/hugo-theme-terminal
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:
@ -161,7 +161,7 @@ languageCode = "en-us"
|
||||
# Add it only if you keep the theme in the `themes` directory.
|
||||
# Remove it if you use the theme as a remote Hugo Module.
|
||||
theme = "terminal"
|
||||
paginate = 5
|
||||
pagination.pagerSize = 5
|
||||
|
||||
[params]
|
||||
# dir name of your main content (default is `content/posts`).
|
||||
|
Reference in New Issue
Block a user