fix paginate → pagination.pagerSize
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead.
This commit is contained in:
parent
dec1169e35
commit
daa5ee3281
1 changed files with 4 additions and 1 deletions
|
@ -7,11 +7,13 @@ defaultContentLanguage = "en"
|
|||
relativeURLs = false
|
||||
|
||||
enableRobotsTXT = true
|
||||
paginate = 10
|
||||
summaryLength = 0
|
||||
|
||||
ignoreFiles = [ "\\.temp$" ]
|
||||
|
||||
[pagination]
|
||||
pagerSize = 10
|
||||
|
||||
# [permalinks]
|
||||
# #post = '/:sections[last]/:year-:month-:day-:slug/'
|
||||
# posts = '/:sections[last]/:year-:month-:day-:slug/'
|
||||
|
@ -102,3 +104,4 @@ section = [ "HTML", ]
|
|||
page = [ "HTML" ]
|
||||
taxonomy = [ "HTML" ]
|
||||
#taxonomyTerm = [ "HTML" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue