hugo-geekblog/layouts/_default/_markup/render-image.html

1 line
111 B
HTML
Raw Normal View History

2021-02-21 12:24:55 +00:00
<img src="{{ .Destination | safeURL | relURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />