mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Adding pageNumber paramater to url route. Fixes pagination.
This commit is contained in:
@@ -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"
|
||||
==
|
||||
==
|
||||
|
||||
Reference in New Issue
Block a user