Edited for FR guitar
Build and Deploy / build_and_deploy (push) Failing after 5s

This commit is contained in:
fr
2025-02-25 00:04:37 +01:00
parent a63225af66
commit 7bc5b1bbb9
33 changed files with 811 additions and 67 deletions
+5
View File
@@ -0,0 +1,5 @@
{% macro primary_category(song) %}
{%- if song.taxonomies["album"] -%}
{{ song.taxonomies["album"][0] }}
{%- endif -%}
{% endmacro %}