aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/entry.html')
-rw-r--r--template/html/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/entry.html b/template/html/entry.html
index 5fe5001..8159874 100644
--- a/template/html/entry.html
+++ b/template/html/entry.html
@@ -48,7 +48,7 @@
<div class="entry-meta">
<span class="entry-website">
{{ if ne .entry.Feed.Icon.IconID 0 }}
- <img src="{{ route "icon" "iconID" .entry.Feed.Icon.IconID }}" width="16" height="16">
+ <img src="{{ route "icon" "iconID" .entry.Feed.Icon.IconID }}" width="16" height="16" alt="{{ .entry.Feed.Title }}">
{{ end }}
<a href="{{ route "feedEntries" "feedID" .entry.Feed.ID }}">{{ .entry.Feed.Title }}</a>
</span>