{{post.title }}

{{ post.excerpt | strip_html }}

{% if post.author != nil %}
{% assign author = site.authors | where: "nick", post.author | first %}

{{ author.full_name }}

{% endif %}