{% 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 <div class="chip"> {{ post.date | date_to_string }} </div> {% if post.location %} at <div class="chip"> {{post.location}} </div> {% endif %} in {% for tag in post.tags %} <div class="chip"> {{tag}} </div> {% endfor %}