{% if site.categories.articles.size > 1 %} {% assign article_list_displayed = false %} {% for article in site.categories.articles %} {% if article.url != page.url %} {% assign authors = article.authors | split: ", " %} {% for author in authors %} {% assign article_date = article.date | date: "%Y" %} {% assign current_article_date = page.date | date: "%Y" %} {% if article_date == current_article_date %} {% assign current_authors = page.authors | split: ", " %} {% for current_author in current_authors %} {% assign break = false %} {% if author == current_author %} {% if article_list_displayed == false %}

{% if current_authors.size > 1 %} Other Articles By These Authors {% else %} Other Articles By This Author {% endif %}

{% endif %} {% endif %}