mirror of
https://github.com/miniflux/v2.git
synced 2025-10-05 19:31:01 +00:00
Add title attribute to entry links because text could be truncated
This commit is contained in:
parent
5f29af30b0
commit
224584312a
7 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@
|
|||
{{ if ne .Feed.Icon.IconID 0 }}
|
||||
<img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" loading="lazy" alt="{{ .Feed.Title }}">
|
||||
{{ end }}
|
||||
<a href="{{ route "readEntry" "entryID" .ID }}">{{ .Title }}</a>
|
||||
<a href="{{ route "readEntry" "entryID" .ID }}" title="{{ .Title }}">{{ .Title }}</a>
|
||||
{{ if .ShareCode }}
|
||||
<a href="{{ route "sharedEntry" "shareCode" .ShareCode }}"
|
||||
title="{{ t "entry.shared_entry.title" }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue