kindrobot.ca/layouts/_default/_markup/render-image.html

4 lines
131 B
HTML
Raw Normal View History

2022-07-24 00:17:55 +00:00
<p class="md__image">
<img src="{{ .Destination | relURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
</p>