Add pagination for list views

This commit is contained in:
Djordje Atlialp 2020-05-12 09:12:56 +02:00
parent 9474c646ca
commit 23434e2102
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
3 changed files with 13 additions and 6 deletions

View file

@ -42,6 +42,7 @@ baseurl = "localhost"
title = "My Blog"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
[params]
dateform = "Jan 2, 2006"