abdullahtarawneh.com/layouts/shortcodes/device.html
2021-12-30 02:50:22 -06:00

6 lines
211 B
HTML

<figure>
<a class='{{ .Get "frame" }}' href='{{ .Get "src" }}' data-size='{{ .Get "size" }}'>
<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}'>
</a>
<figcaption>{{ .Get "caption" }}</figcaption>
</figure>