MtF-wiki/themes/mtfwiki-modified/layouts/_default/_markup/render-image.html

1 line
117 B
HTML
Raw Normal View History

2023-01-15 23:28:32 +08:00
<p class="md__image"><img src="{{ .Destination }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} /></p>