Adding pageNumber paramater to url route. Fixes pagination.

This commit is contained in:
pcvonz
2017-09-21 16:35:53 -07:00
parent d682e8fadc
commit 7c95602b21

View File

@@ -1,5 +1,5 @@
title = "Devblog"
url = "/devblog"
url = "/devblog/:page?"
layout = "news"
is_hidden = 0
@@ -11,4 +11,4 @@ noPostsMessage = "No posts found"
sortOrder = "published_at desc"
categoryPage = "article"
postPage = "article"
==
==