{{ post.title }} {{ post.date | date_to_string }} {% if post.author %} {% assign author = site.data.members[post.author] %} · @{{ author.github }} {% endif %} {{ post.content }} {% if post.comments %} comment {% endif %}