1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
This commit is contained in:
Tixie 2022-04-23 02:03:45 +02:00
parent 2953e35528
commit ef96e9fe8f
2 changed files with 4 additions and 4 deletions

View file

@ -51,8 +51,8 @@
src="{{ $cover.Permalink }}"
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
loading="lazy"
alt="{{ .Title }} album's cover'"
title="{{ .Title }} album's cover'"
alt="{{ .Title }} album's cover"
title="{{ .Title }} album's cover"
>
</a>
</div>

View file

@ -16,8 +16,8 @@
style="background-image: url(data:{{ $placeholder.MediaType }};base64,{{ $placeholder.Content | base64Encode }});"
src="{{ $cover.Permalink }}"
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
alt="{{ .Title }} album's cover'"
title="{{ .Title }} album's cover'"
alt="{{ .Title }} album's "
title="{{ .Title }} album's cover"
loading="lazy"
decoding="async"
>