ksnavely / website

A Flask-based blog application backed by MongoDB
https://kdevops.com
0 stars 0 forks source link

Add a blog post pagination feature #18

Open ksnavely opened 8 years ago

ksnavely commented 7 years ago

I've added a pagination feature which I use to power the 'Older Posts' feature.

https://kdevops.com/?count=5&skip=5

The UI is super simple so this could be expanded in the future.