chore: deduplicate permalinks; fix sitemap; organize
This commit is contained in:
parent
b40986256a
commit
ae1cb3dc5e
64 changed files with 94 additions and 31 deletions
|
@ -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
|
||||
---
|
||||
|
|
Reference in a new issue