{{ $cfg := (site.Params.node.cover) }} {{ $width := ($cfg.lg.width) }}{{ $height := ($cfg.lg.height) }} {{ $crop := ((.Params.cover.crop) | default ($cfg.image.crop)) }} {{ $fit := ((.Params.cover.fit) | default ($cfg.image.fit)) }} {{ $src := ((index (.Params.images) 0) | default ($cfg.image.placeholder)) }} {{ $srcset := (slice (dict "width" "640" "height" "360") (dict "width" "768" "height" "432") (dict "width" "1024" "height" "576") (dict "width" "1280" "height" "720") (dict "width" "1600" "height" "900") ) }} {{ ((.Title) | plainify) }}