flask/flaskr
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
..
static Merge branch 'sept-10th-demo' into feature/FLAS-29-markdown-in-post-body 2024-09-09 23:29:05 +01:00
templates Add pagination to blog posts 2024-09-10 00:09:27 +01:00
__init__.py Add dark mode support 2024-09-06 12:35:40 +01:00
auth.py I just want the tutorial 2024-09-06 00:18:20 +01:00
blog.py Add pagination to blog posts 2024-09-10 00:09:27 +01:00
db.py I just want the tutorial 2024-09-06 00:18:20 +01:00
schema.sql I just want the tutorial 2024-09-06 00:18:20 +01:00