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

1 line
111 B
HTML
Raw Normal View History

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