parent
b3d3a80c01
commit
5683dad4d9
layouts/shortcodes
|
@ -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