flask/flaskr/templates
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
..
auth I just want the tutorial 2024-09-06 00:18:20 +01:00
blog Add pagination to blog posts 2024-09-10 00:09:27 +01:00
base.html html toggle dark mode 2024-09-09 18:16:56 +01:00