1 <div class="side">{{ include.item.date | date: "%b %-d, %Y" }}
2 {% if include.item.author %} • {{ include.item.author }}{% endif %}
3 {% if include.item.meta %} • {{ include.item.meta }}{% endif %}
4 {% if include.item.categories %} • {{ include.item.categories | category_links }}{% endif %}
5 • <a href="{{ include.item.url }}">Permalink</a>