mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:31:51 +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 }}"
|
src="{{ $cover.Permalink }}"
|
||||||
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
|
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
alt="{{ .Title }} album's cover'"
|
alt="{{ .Title }} album's cover"
|
||||||
title="{{ .Title }} album's cover'"
|
title="{{ .Title }} album's cover"
|
||||||
>
|
>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
style="background-image: url(data:{{ $placeholder.MediaType }};base64,{{ $placeholder.Content | base64Encode }});"
|
style="background-image: url(data:{{ $placeholder.MediaType }};base64,{{ $placeholder.Content | base64Encode }});"
|
||||||
src="{{ $cover.Permalink }}"
|
src="{{ $cover.Permalink }}"
|
||||||
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
|
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
|
||||||
alt="{{ .Title }} album's cover'"
|
alt="{{ .Title }} album's "
|
||||||
title="{{ .Title }} album's cover'"
|
title="{{ .Title }} album's cover"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
decoding="async"
|
decoding="async"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue