commit aff9d116b87d748257e628fc6a4966167331cbe0
parent aedc767abacb0dd8f9cf5dca0f6930a8e78c9014
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Sat, 13 Jan 2024 13:41:24 -0800
Tweaked menu URIs
Based on my poking around with Firefox's web developer tools, this
little change will save _two_ http requests per menu-item click.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/_default/config.yml b/config/_default/config.yml
@@ -7,10 +7,10 @@ languages:
menu:
main:
- name: All Posts
- url: /posts
+ url: /posts/
weight: 10
- name: Categories
- url: /categories
+ url: /categories/
weight: 2
- name: Home
url: /