{% if site.categories.articles.size > 1 %} {% assign article_list_displayed = false %} {% for article in site.categories.articles %} {% if article.url != page.url %} {% for author in article.authors %} {% for current_author in page.authors %} {% if author == current_author %} {% if article_list_displayed == false %}

{% if page.authors.first %} Other Articles By These Authors {% else %} Other Articles By This Author {% endif %}

{% endif %}