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