• {{ p.title }}

    {{ p.date | date_to_string }} {% if site.enabled.tags == true %} ▫ {% if p.tags %} {% for t in p.tags %} {{t}}{% if forloop.last == false %},{% endif %} {% endfor %} {% endif %} {% endif %}

    {{ p.excerpt | truncatewords: 20 }}