chore: it's a strange world out here without timestamps
This commit is contained in:
parent
474e7cc401
commit
a4e8b0a81f
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-purple-500 bg-cover-gradient dark:border-purple-400 dark:hover:border-purple-500"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-purple-500 bg-cover-gradient dark:border-purple-400 dark:hover:border-purple-500"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ artist.artist }}</div>
|
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ artist.artist }}</div>
|
||||||
<div class="px-1 text-xs text-white">
|
|
||||||
{{ artist.plays }} plays
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%}
|
{%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%}
|
||||||
{%- capture artistName %}{{ artist.artist | escape }}{% endcapture -%}
|
{%- capture artistName %}{{ artist.artist | escape }}{% endcapture -%}
|
||||||
|
|
Reference in a new issue