Include trailing slash in menus
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-05-14 15:58:33 +02:00
parent eb6a81ce11
commit 9b4814c209

View File

@ -40,7 +40,7 @@ menu:
url: "" url: ""
weight: 1 weight: 1
- name: "Tags" - name: "Tags"
url: "tags" url: "tags/"
weight: 2 weight: 2
- name: "About" - name: "About"
url: "about/" url: "about/"
@ -76,7 +76,7 @@ languages:
url: "" url: ""
weight: 1 weight: 1
- name: "Tags" - name: "Tags"
url: "tags" url: "tags/"
weight: 2 weight: 2
- name: "À propos" - name: "À propos"
url: "a-propos/" url: "a-propos/"