{% if config.plugins.blog.post_url_format %}
{% for post in posts %}
{% if post.authors %} {% endif %}

{{ post.config.title }}

{% endfor %}
{% endif %}