diff --git a/_includes/article-carousel.html b/_includes/article-carousel.html index 331b99b..744a3fc 100644 --- a/_includes/article-carousel.html +++ b/_includes/article-carousel.html @@ -2,49 +2,55 @@ {% 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 %} -

- -