mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
remove icon img alt text
This commit is contained in:
parent
8663c7d031
commit
facf17db3f
6 changed files with 6 additions and 18 deletions
|
@ -81,9 +81,7 @@
|
|||
{{ end }}
|
||||
>
|
||||
{{ if ne .Feed.Icon.IconID 0 }}
|
||||
<img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" loading="lazy" alt="{{ .Feed.Title }}">
|
||||
{{ else }}
|
||||
<span class="sr-only">{{ .Feed.Title }}</span>
|
||||
<img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" loading="lazy" alt="">
|
||||
{{ end }}
|
||||
{{ .Title }}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue