Files
blog/themes/geekblog/layouts/_default/_markup/render-image.html
T
2021-05-07 12:21:40 +02:00

1 line
111 B
HTML

<img src="{{ .Destination | safeURL | relURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />