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

4 lines
162 B
HTML
Raw Permalink Normal View History

2023-02-16 13:50:05 -06:00
<figure>
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
<figcaption>{{ .Text }}</figcaption>
</figure>