-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
There seems to be an inconsistency in the URL structure for certain pages (such as projects, tools, and tutorials). Specifically, these pages appear to be loosing a segment from their URLs when navigating to their sub pages.
For instance:
In each of these examples, the corresponding page's URL is missing a segment from the overview page's URL. This could potentially lead to confusion.
For the conference pages this works fine:
Overview Page | Corresponding Sub Page |
---|---|
https://music-encoding.org/conference/past.html | https://music-encoding.org/conference/2022/ |
The issue is probably related to the setup of the projects/tools/tutorials collections in the _config.yml:
music-encoding.github.io/_config.yml
Lines 111 to 126 in 71df141
collections: | |
projects: | |
output: true | |
permalink: /:collection/:name | |
tools: | |
output: true | |
permalink: /:collection/:name | |
tutorials: | |
output: true | |
permalink: /:collection/:name | |
tutorials-ES: | |
output: true | |
permalink: /:collection/:name | |
conferences: | |
output: true | |
permalink: /:collection/:name |
Metadata
Metadata
Assignees
Labels
No labels