Add missing alttext for software banner

This commit is contained in:
Joshua Goins 2023-08-10 10:48:53 -04:00
parent a8698cd3dd
commit 81b8d5c309

View file

@ -3,7 +3,7 @@
<hr> <hr>
{{ with resources.Get "pics/pic-software.webp" }} {{ with resources.Get "pics/pic-software.webp" }}
<img class="gallery-img page-pic" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}"> <img alt="Software" class="gallery-img page-pic" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}">
{{ end }} {{ end }}
{{ .Content }} {{ .Content }}