fix: render image
This commit is contained in:
parent
663aa7367b
commit
269415bf42
|
@ -0,0 +1,4 @@
|
|||
<figure>
|
||||
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|
||||
<figcaption>{{ .Text }}</figcaption>
|
||||
</figure>
|
Loading…
Reference in New Issue