sorry i am just new and learning:
in the blueprint i have this:
metafavicon:
type: files
label: Favicon
max: 1
template: image-favicon
Now i am triying to get this in to the template, like this, but the output of the image is, see below
<?php if ($cover = $site->metafavicon()): ?> <?= $cover->crop(1200, 600) ?> <?php endif ?>output
- >
130679069_23846279826420618_5365333931537004108_n.jpg
see the strange →
i think i miss something but iam not sure what?
thanks i advance