fix validator error: <img> tags must have "alt" attribute
This commit is contained in:
parent
2687802653
commit
7bced23614
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Params.image }}
|
{{ if .Params.image }}
|
||||||
<img src="{{ .Params.image }}" class="img-title" />
|
<img src="{{ .Params.image }}" alt="{{ .Title }}" class="img-title" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue