fix: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-09 20:49:12 -07:00
parent f03cee9c5a
commit df36cd266c
No known key found for this signature in database
25 changed files with 29 additions and 29 deletions

View file

@ -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" %}