diff --git a/layouts/index.html b/layouts/index.html index 04535e7..179228e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -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" > diff --git a/layouts/partials/musics.html b/layouts/partials/musics.html index 9e99c12..31272c0 100644 --- a/layouts/partials/musics.html +++ b/layouts/partials/musics.html @@ -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" >