{% if post.author %} {% assign author = post.author %} {% elsif page.author %} {% assign author = page.author %} {% else %} {% assign author = site.author %} {% endif %} {% if author %} Posted by {% assign the_author = site.data.authors | where: 'id', author %} {% for author in the_author %} {% if author.name %} {{ author.name }} {% else %} {{ author.id }} {% endif %} {% endfor %} {% endif %}