{% if not postListTypeMicroblog %} {% endif %} {% if not postListTypeMicroblog %} {% endif %} {% if post.data.title %}{{ post.data.title | safe }}{% else %}?{% endif %} {% if not postListTypeMicroblog %} {% endif %} {% if not postListTypeMicroblog %} {% 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 %} {% endif %} {{ post.date | niceDate }}{% if post.data.time %}—{{ post.data.time }}{% endif %} {%- for tag in post.data.tags | filterTagList %} {%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %} {{ tag }} {%- endfor %}