parent
b3d3a80c01
commit
5683dad4d9
layouts/shortcodes
|
@ -1,4 +1,4 @@
|
|||
<figure>
|
||||
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
|
||||
<img src="{{ .Get "src" }}">
|
||||
<figcaption>{{ .Get "alt" }}</figcaption>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in New Issue