{{ post.title }}

{{ post.short-description }}

{% if site.use_authors == true %} {% assign post_author = site.data.authors[post.author] %}
...

Written by {{ post_author.name }}

{% else %} {% endif %}