diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-22 02:32:28 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-22 02:32:28 +0300 |
commit | 7b725aeffad190e7c44a219623aa822a637da0fa (patch) | |
tree | ae5288cb6c8c5a842d58467314fea7fc10c06996 | |
parent | dda470492d951affb5f8487e69d49b300954299f (diff) |
Auto-commit 2024-12-22
-rw-r--r-- | layouts/partials/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html index c931654..2456a7e 100644 --- a/layouts/partials/list.html +++ b/layouts/partials/list.html @@ -9,7 +9,7 @@ </div> {{ end }} {{ if .Params.Image }} - <img class="d-block img-fluid mb-2 rounded border shadow imgcover" loading="lazy" src="{{ .RelPermalink }}{{.Params.Image}}" /> + <img class="d-block img-fluid mb-2 rounded border shadow imgcover" alt="{{ .LinkTitle }}" loading="lazy" src="{{ .RelPermalink }}{{.Params.Image}}" /> {{ end }} {{ if .Description }} {{ .Description }} |