{{ post.title }} {{ post.date | date: "%B %-d, %Y" }} ยท {{ post.author | default: post.authors | default: site.author.name | default: site.author | default: "Unknown" }} {% if post.tags and post.tags.size > 0 %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {{ post.excerpt | strip_html | truncate: 220 }}