Fix macros
This commit is contained in:
parent
dee4ce31dc
commit
89924f848f
@ -1,5 +1,5 @@
|
|||||||
{% macro primary_category(song) %}
|
{% macro primary_category(song) %}
|
||||||
{%- if song.taxonomies["album"] -%}
|
{%- if song.taxonomies["category"] -%}
|
||||||
{{ song.taxonomies["album"][0] }}
|
{{ song.taxonomies["category"][0] }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user