{%- if post.link %}{# Link posts #}
{%- set postTitleIcon = '' %}
{%- set postText = post.title or post.link %}
{{ next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }}
{% else %}
{{ post.title or __('post.untitled') }}
{%- endif %}