use alt and title for img
Ted Unangst tedu@tedunangst.com
Mon, 09 Sep 2019 12:12:24 -0400
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
views/honk.html
→
views/honk.html
@@ -47,7 +47,7 @@ {{ if .Local }}
{{ if eq .Media "text/plain" }} <p><a href="/d/{{ .XID }}">Attachment: {{ .Name }}</a> {{ else }} -<p><a href="/d/{{ .XID }}"><img src="/d/{{ .XID }}" title="{{ .Desc }}"></a> +<p><a href="/d/{{ .XID }}"><img src="/d/{{ .XID }}" title="{{ .Desc }}" alt="{{ .Desc }}"></a> {{ end }} {{ else }} {{ if .XID }}@@ -56,7 +56,7 @@ {{ else }}
{{ if eq .Media "video/mp4" }} <p><a href="{{ .URL }}"><video controls src="{{ .URL }}">{{ .Name }}</video></a> {{ else }} -<p><a href="{{ .URL }}"><img src="{{ .URL }}" title="{{ .Desc }}"></a> +<p><a href="{{ .URL }}"><img src="{{ .URL }}" title="{{ .Desc }}" alt="{{ .Desc }}"></a> {{ end }} {{ end }} {{ end }}