chore: labels
This commit is contained in:
parent
01e0bc2572
commit
6430805fbf
3 changed files with 5 additions and 5 deletions
|
@ -57,9 +57,9 @@ schema: book
|
|||
{%- if book.artists -%}
|
||||
{%- capture sectionTitle -%}
|
||||
{% if book.artists.size > 1 %}
|
||||
I listen to artists featured in this book!
|
||||
I listen to artists in this book!
|
||||
{% else %}
|
||||
I listen to the artist featured in this book!
|
||||
I listen to the artist in this book!
|
||||
{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
<p id="artists" class="music flex-centered">
|
||||
|
|
Reference in a new issue