How to limit the number of listing items? #622
-
Is it possible to limit the number of items that are listed in a listing, without using pagination? I want to list only the 3 or 4 most recent blog posts on my Home page. I could enable pagination, but this doesn't look as nicely in the middle of a page and clicking on the pages also doesn't automatically move the user to the top of the list of blog posts. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't have an option to to do this now but we will add one! (transferring this to a GH issue) |
Beta Was this translation helpful? Give feedback.
-
We do support this now via (just noticed that there isn't a linked issue so this loop never closed). Thanks for pointing this out it is a great addition! |
Beta Was this translation helpful? Give feedback.
We do support this now via
max-items
: https://quarto.org/docs/websites/website-listings.html#listing-options(just noticed that there isn't a linked issue so this loop never closed). Thanks for pointing this out it is a great addition!