summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/lazyimg.html
blob: f9c6959bababdcc959804d8bc5d96f7fc9b7bf27 (plain) (blame)
1
<p><img class="lazyload" src="{{ .Site.Params.lazyPlaceholder }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>