Skip to content

Commit

Permalink
Fix TOML key formatting for pagination
Browse files Browse the repository at this point in the history
Signed-off-by: divyansh <[email protected]>
  • Loading branch information
divyansh-prks committed Feb 11, 2025
1 parent d9465be commit 0e36e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ theme = "microcks"
timeZone = "Europe/Paris" # frenchies

# post pagination
pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/ as paginate is deprecated since Hugo version v0.128.0
"pagination.pagerSize" = 6 # see https://gohugo.io/extras/pagination/ as paginate is deprecated since Hugo version v0.128.0
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/

Expand Down

0 comments on commit 0e36e7e

Please sign in to comment.