{{ post.title }} {{ post.date | date(format="%B %d, %Y") }} {% if site.config.author %} · {{ site.config.author }} {% endif %} {% if post.reading_time > 0 %} · {{ post.reading_time }} min read {% endif %} {% if post.tags | length > 0 %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {{ post.content | safe }}