Sign in

Make feature image clickable (point to the associated post)

#1146
Avatar photoBob

Here is a list of handlebars you can use in the post context: https://getpublii.com/dev/post-tags/

e.g.

{{#featuredImage}}
    {{#if url}}
        <a href=”{{../url}}”>
            <img src=”{{url}}”  alt=”{{alt}}”>
        </a>
    {{/if}}
{{/featuredImage}}

--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!