mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-17 15:11:52 +00:00
Fix typo
This commit is contained in:
parent
2953e35528
commit
ef96e9fe8f
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue