flask/flaskr/templates/blog
Neo 8e63ba89db Add pagination to blog posts
Implemented pagination in the blog to display 3 posts per page.
This change allows users to navigate through posts using a
pagination control at the bottom of the page. The pagination
follows the pattern: << < 1 2 3 ... n > >>, enabling navigation
to the first, previous, specific, next, or last pages. This
improves user experience by preventing long scrolls on pages
with many posts.

Issue ID: FLAS-33
2024-09-10 00:09:27 +01:00
..
create.html Add SimpleMDE to blog edit pages 2024-09-09 22:03:35 +00:00
index.html Add pagination to blog posts 2024-09-10 00:09:27 +01:00
update.html Add SimpleMDE to blog edit pages 2024-09-09 22:03:35 +00:00