{% macro render(post) %}
<{% if theme.seo %}h3{% else %}h2{% endif %} class="post-title"> {% 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 %} {% endif %}
{% endmacro %}