mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 16:36:44 -04:00
feat(pagination): add blog pagination component (#725)
* feat(pagination): add blog pagination component - Introduced a new blog pagination component for improved navigation on list pages. - Updated the blog list layout to utilize pagination, allowing for better content organization. - Added a new parameter for pagination size in the configuration file. * chore: increase pager size for blog
This commit is contained in:
@@ -170,6 +170,8 @@ params:
|
||||
# date | lastmod | publishDate | title | weight
|
||||
sortBy: date
|
||||
sortOrder: desc # or "asc"
|
||||
# Pagination
|
||||
pagerSize: 20
|
||||
|
||||
article:
|
||||
displayPagination: true
|
||||
|
Reference in New Issue
Block a user