mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Handle custom urls by using ghost-slug id
This commit is contained in:
@@ -4,6 +4,7 @@ const (
|
||||
URLPostfix = "aspx"
|
||||
|
||||
URLRoot = "/"
|
||||
URLSlug = "/<slug:[^/\\.]*>." + URLPostfix
|
||||
URLIndex = "/index." + URLPostfix
|
||||
URLBlog = "/blog." + URLPostfix
|
||||
URLPost = "/post." + URLPostfix
|
||||
|
||||
Reference in New Issue
Block a user