Remove redundant alt text when figcaption is present
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b3d3a80c01
commit
5683dad4d9
|
@ -1,4 +1,4 @@
|
||||||
<figure>
|
<figure>
|
||||||
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
|
<img src="{{ .Get "src" }}">
|
||||||
<figcaption>{{ .Get "alt" }}</figcaption>
|
<figcaption>{{ .Get "alt" }}</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Reference in New Issue