hugo-theme-next/layouts/_default/_markup/render-image.html

1 line
140 B
HTML
Raw Normal View History

<img src="/imgs/img-lazy-loading.gif" data-src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />