fix: render image

This commit is contained in:
cjtheham 2023-02-16 13:50:05 -06:00
parent 663aa7367b
commit 269415bf42
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<figure>
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
<figcaption>{{ .Text }}</figcaption>
</figure>