🐛 Adopt pagination.pagerSize config parameter

Fixes: #945
This commit is contained in:
James Panther
2024-10-07 10:39:17 +11:00
parent 923243f28a
commit e6825a4736
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- ⚠️ Required Hugo version is now 0.124.0 or later
- ⚠️ Required Hugo version is now 0.128.0 or later
- Adopted new `hugo.IsMultilingual` parameter ([#921](https://github.com/jpanther/congo/pull/921))
- Adopted new `pagination.pagerSize` config parameter ([#945](https://github.com/jpanther/congo/issues/945))
- Upgrade to Tailwind v3.4.11 ([#934](https://github.com/jpanther/congo/pull/934))
- Upgrade to Mermaid v11.1.0 ([#931](https://github.com/jpanther/congo/pull/931))