Skip to content

Commit

Permalink
paginate: fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Oct 18, 2024
1 parent c2db79e commit 4ab1849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
[module.hugoVersion]
extended = true
min = "0.87.0"
max = "0.135.0"
max = "0.136.2"
4 changes: 3 additions & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles

enableRobotsTXT = true
paginate = 10
summaryLength = 0

buildDrafts = false
Expand All @@ -19,6 +18,9 @@ enableEmoji = true

# googleAnalytics = "G-XXXXXXXXX"

[pagination]
pagerSize = 100

[imaging]
anchor = 'Center'

Expand Down

0 comments on commit 4ab1849

Please sign in to comment.