indentation

This commit is contained in:
madrilene 2024-02-13 15:38:40 +01:00
parent de0a5d02de
commit 3bfc787fdf

View file

@ -24,6 +24,7 @@ You can also **hide the number fields** between the previous and next buttons by
paginationPrevious: 'Previous', paginationPrevious: 'Previous',
paginationNext: 'Next', paginationNext: 'Next',
paginationNumbers: true paginationNumbers: true
}
``` ```
If you want to change the collection that is paginated (by default `collections.posts`), you must do so in two places: the front matter of the template, `src/pages/blog.md`: If you want to change the collection that is paginated (by default `collections.posts`), you must do so in two places: the front matter of the template, `src/pages/blog.md`: