From ef96e9fe8f51c48e8213163d25ef42454110eea6 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 23 Apr 2022 02:03:45 +0200 Subject: [PATCH] Fix typo --- layouts/index.html | 4 ++-- layouts/partials/musics.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" >