diff --git a/hugo.toml b/hugo.toml index 1f20c5a..7093e36 100755 --- a/hugo.toml +++ b/hugo.toml @@ -12,8 +12,8 @@ theme = "hugoplate" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List timeZone = "Europe/Brussels" -# post pagination -paginate = 2 # see https://gohugo.io/extras/pagination/ +[pagination] +pagerSize = 2 # see https://gohugo.io/extras/pagination/ # post excerpt summaryLength = 10 # see https://gohugo.io/content-management/excerpts/