Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 5s
6 lines
134 B
HTML
6 lines
134 B
HTML
{% macro primary_category(song) %}
|
|
{%- if song.taxonomies["album"] -%}
|
|
{{ song.taxonomies["album"][0] }}
|
|
{%- endif -%}
|
|
{% endmacro %}
|