Add missing alttext for software banner
This commit is contained in:
parent
a8698cd3dd
commit
81b8d5c309
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue