chore: debug
This commit is contained in:
parent
4f238dbb5f
commit
4a621bc6fe
7 changed files with 271 additions and 21 deletions
|
@ -56,7 +56,7 @@ schema: artist
|
|||
</div>
|
||||
</div>
|
||||
{%- if artist.description -%}
|
||||
<div data-toggle-content class="text-toggle-hidden"><em>{{ artist.description | markdown }}</em></div>
|
||||
<div data-toggle-content class="text-toggle-hidden">{{ artist.description | markdown }}</div>
|
||||
<button data-toggle-button>Show more</button>
|
||||
{%- endif -%}
|
||||
<table>
|
||||
|
|
Reference in a new issue