fix: url consistency

This commit is contained in:
Cory Dransfeldt 2024-05-26 16:14:10 -07:00
parent d83bde5432
commit d4fd175ab9
No known key found for this signature in database
4 changed files with 5 additions and 4 deletions

View file

@ -29,7 +29,7 @@ schema: artist
<p class="sub-meta"><strong class="highlight-text">{{ artist.total_plays }} plays</strong></p>
{%- endif -%}
<p class="sub-meta">
<a href="https://coryd.dev/music/genre/{{ artist.genre | slugify | downcase }}">
<a href="https://coryd.dev/music/genres/{{ artist.genre | slugify | downcase }}">
{{ artist.genre }}
</a>
</p>

View file

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