{{ range $i := .Site.Params.faviconSizes }} {{ $favicon := resources.Get "img/icon.png" }} {{ $image := $favicon.Resize (printf "%dx%d CatmullRom" $i $i) }} {{ end }} {{ with resources.Get "img/icon.png" }} {{ $image := .Resize "180x CatmullRom" }} {{ end }}