chore: deduplicate permalinks; fix sitemap; organize

This commit is contained in:
Cory Dransfeldt 2024-07-15 22:52:57 -07:00
parent b40986256a
commit ae1cb3dc5e
No known key found for this signature in database
64 changed files with 94 additions and 31 deletions

View file

@ -4,7 +4,7 @@ pagination:
data: genres
size: 1
alias: genre
permalink: "/music/genres/{{ genre.name | slugify | downcase }}/index.html"
permalink: "{{ genre.url }}/index.html"
updated: "now"
schema: genre
---