It there a way to link to product handles on a non-product page (like a blog post or /pages/ page) using liquid tags to generate a image thumbnail link to a product using its featured image?
I know I can use standard html manually link to the image static url with a link to the product url, but I’d hoped there was a smoother way to do this with liquid tags like product.url and featured.image that might be more future proof in the event I update the photos which would break hardcoded image urls.