{% comment %} Shows meta information about a post. Expects the 'post' to show as an argument. {% endcomment %} by {% assign person = post.author %} {% include people_chip.html %} on
{{ post.date | date_to_string }}
{% if post.location %} at
{{post.location}}
{% endif %} in {% for tag in post.tags %}
{{tag}}
{% endfor %}