Is there a reason why {{with .Params.images}}<link rel="preload" crossOrigin as="image" href="{{index . 1}}">{{end}}
produces
<link rel=preload crossorigin as=image href>
despite the given page (and all others) have this in their frontend:
images = ["banners/adam_eve_fall_eden.webp"]
? What did I do wrong ?
Thanks