Loading layouts/_default/_markup/render-image.html +6 −1 Original line number Diff line number Diff line {{ $image := .Page.Resources.GetMatch .Destination -}} {{ $image := "" -}} {{ if (urls.Parse .Destination).IsAbs }} {{ $image = resources.GetRemote .Destination -}} {{ else -}} {{ $image = .Page.Resources.GetMatch .Destination -}} {{ end -}} {{ with $image -}} {{ $lqip := $image.Resize site.Params.lqipWidth -}} Loading Loading
layouts/_default/_markup/render-image.html +6 −1 Original line number Diff line number Diff line {{ $image := .Page.Resources.GetMatch .Destination -}} {{ $image := "" -}} {{ if (urls.Parse .Destination).IsAbs }} {{ $image = resources.GetRemote .Destination -}} {{ else -}} {{ $image = .Page.Resources.GetMatch .Destination -}} {{ end -}} {{ with $image -}} {{ $lqip := $image.Resize site.Params.lqipWidth -}} Loading