More alt text fixes
This commit is contained in:
parent
a26253479a
commit
1e3fdb9ddc
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
|||
{{ $path := printf "pics/%s" $name}}
|
||||
|
||||
{{ with resources.Get $path }}
|
||||
<img class="gallery-img page-pic" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}">
|
||||
<img alt="{{ $alt }}" class="gallery-img page-pic" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}">
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue