Add missing alt text for gallery pic

This commit is contained in:
Joshua Goins 2023-04-17 14:21:23 -04:00
parent bbb86ce8cf
commit 90520c5d35

View file

@ -4,7 +4,7 @@
<hr>
{{ with resources.Get "pics/pic-gallery.png" }}
<img class="gallery-img" style="width: 200px; height: 200px; float: right" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}">
<img class="gallery-img" alt="Gallery" title="Gallery" style="width: 200px; height: 200px; float: right" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}">
{{ end }}
{{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }}