8 lines
239 B
HTML
8 lines
239 B
HTML
{{ if .Title }}
|
|
<figure>
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}">
|
|
<figcaption>{{ .Title | markdownify }}</figcaption>
|
|
</figure>
|
|
{{ else }}
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}">
|
|
{{ end }} |