hugo-theme-readable/layouts/_default/_markup/render-image.html

4 lines
162 B
HTML

<figure>
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
<figcaption>{{ .Text }}</figcaption>
</figure>