Add alt text again, as WAVE now reports an error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-11-24 15:15:43 +01:00
parent 5683dad4d9
commit 973cef1c21
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<figure>
<img src="{{ .Get "src" }}">
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>