Support for Pagination in Database Posts #44
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Add support for pagination in posts returned from
db.GetPosts(...)
. This way, we can make the number of displayed posts in the index page configurable.This can be achieved quite easily by adding
LIMIT
andOFFSET
to the query, but we would need to capture the current offset in perhaps a GETurl
parameter.The text was updated successfully, but these errors were encountered: