mirror of https://github.com/jpanther/congo.git
8 lines
356 B
HTML
8 lines
356 B
HTML
{{ $img := .img }}
|
|
{{ $alt := .alt }}
|
|
{{ $class := .class }}
|
|
{{ $lazy := $.Page.Site.Params.enableImageLazyLoading | default true }}
|
|
{{ $webp := $.Page.Site.Params.enableImageWebp | default true }}
|
|
{{ $lqip := false }}
|
|
{{ $x2 := .x2 }}
|
|
{{ partial "picture.html" (dict "img" $img "alt" $alt "class" $class "lazy" $lazy "webp" $webp "lqip" $lqip "x2" $x2) }} |