From 45f8fe4d0b6df28a76dc3f895ae6369a7260deb6 Mon Sep 17 00:00:00 2001 From: Junky Junkerson <57496464+junkerson@users.noreply.github.com> Date: Tue, 24 Oct 2023 05:32:49 -0400 Subject: [PATCH] Correcting comment in about custom site.yaml value (#3659) Corrected blog: route: '/blog' comment from system.blog.route to site.blog.route --- system/config/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/site.yaml b/system/config/site.yaml index 292e49db7..f46cca432 100644 --- a/system/config/site.yaml +++ b/system/config/site.yaml @@ -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