fix: cleanup
This commit is contained in:
parent
f03cee9c5a
commit
df36cd266c
25 changed files with 29 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Artists • 3 months
|
||||
title: Artists / 3 months
|
||||
description: All of the artists I've listened to over the last 3 months.
|
||||
layout: default
|
||||
pagination:
|
||||
|
|
|
@ -9,7 +9,7 @@ updated: "now"
|
|||
schema: artist
|
||||
---
|
||||
{%- capture alt -%}
|
||||
{{ artist.name_string }} • {{ artist.country }}
|
||||
{{ artist.name_string }} / {{ artist.country }}
|
||||
{%- endcapture -%}
|
||||
{% capture js %}
|
||||
{% render "../../../../assets/scripts/text-toggle.js" %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Artists • This month
|
||||
title: Artists / This month
|
||||
description: All of the artists I've listened to over the past month.
|
||||
layout: default
|
||||
pagination:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Artists • This week
|
||||
title: Artists / This week
|
||||
description: All of the artists I've listened to this week.
|
||||
layout: default
|
||||
pagination:
|
||||
|
|
Reference in a new issue