fix: url consistency
This commit is contained in:
parent
d83bde5432
commit
d4fd175ab9
4 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue