Add missing alt text for gallery pic
This commit is contained in:
parent
bbb86ce8cf
commit
90520c5d35
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{{ with resources.Get "pics/pic-gallery.png" }}
|
{{ 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 }}
|
{{ end }}
|
||||||
|
|
||||||
{{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }}
|
{{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue