<span class=“post-meta”>

{% include date.html date=include.post.date %}
door {{ include.post.author | default: site.author }}
{% if include.post.categories.size > 0 %} in {{ include.post.categories | categorylinks | join: '/' }}{% endif %}
{% if include.post.tags.size > 0 %} · tags: {{ include.post.tags | taglinks | join: ', ' }}{% endif %}
{% if include.post.meta %} · {{ include.post.meta }}{% endif %}

</span>