{% macro render_blog_post(post, from_index=false) %} {% if post.author %} {% set author = site.get('authors/' + post.author) %} {% if not author %} {% set author = post.author %} {% endif %} {% else %} {% set author = '' %} {% endif %}
{{ post.summary }}
{% endif %} {% endif %}