mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Correcting comment in about custom site.yaml value (#3659)
Corrected blog: route: '/blog' comment from system.blog.route to site.blog.route
This commit is contained in:
parent
2179ef33a7
commit
45f8fe4d0b
|
|
@ -25,7 +25,7 @@ routes:
|
|||
# '/new/(.*)': '/blog/$1' # Regex any /new/my-page URL to /blog/my-page Route
|
||||
|
||||
blog:
|
||||
route: '/blog' # Custom value added (accessible via system.blog.route)
|
||||
route: '/blog' # Custom value added (accessible via site.blog.route)
|
||||
|
||||
#menu: # Menu Example
|
||||
# - text: Source
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user