{% if post.data.title %}{{ post.data.title | safe }}{% else %}{{ post.url }}{% endif %} {% if post.data.author %} {% if post.data.author.url %}{% endif %}{% if post.data.author.name %}By {{ post.data.author.name }}{% endif %}{% if post.data.author.url %} • {% endif %}{% else %}By {{ metadata.author.name }} • {% endif %}{{ post.date | niceDate }} {%- for tag in post.data.tags | filterTagList %} {%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %} {{ tag }} {%- endfor %}