ismail-s / fireblog

A basic blog (in Python)
https://ismail-s.github.io/fireblog
GNU General Public License v2.0
0 stars 0 forks source link

Add setting for length of paginated pages #83

Open ismail-s opened 8 years ago

ismail-s commented 8 years ago

With pages that display multiple posts, the amount of posts to display on a page is currently hardcoded. This can be made to be configurable as a setting.

Alternatively, it could be made configurable on the page itself, but that seems overly complex IMO, or to put it better, I don't want that feature atm.