jlelse
/
Indieroad
Archived
1
Fork 0
This repository has been archived on 2020-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
Indieroad/layouts/_default/_markup/render-image.html

10 lines
274 B
HTML

<figure>
<img src="{{ .Destination | safeURL }}" alt="{{ .PlainText }}">
<figcaption>
{{ if .Title }}
<p>{{ .Title | markdownify }}</p>
{{ else if .Text }}
<p>{{ .Text | markdownify }}</p>
{{ end }}
</figcaption>
</figure>