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 %}
-
- {% assign article_list_displayed = true %}
+ {% assign authors = article.authors | split: ", " %}
+ {% for author in authors %}
+ {% if article.date | date: "%Y" == page.date | date: "%Y" %}
+ {% assign current_authors = page.authors | split: ", " %}
+ {% for current_author in current_authors %}
+ {% if author == current_author %}
+ {% if article_list_displayed == false %}
+
+ {% if current_authors.first %}
+ Other Articles By These Authors
+ {% else %}
+ Other Articles By This Author
{% endif %}
-
-
-
-
-
{{ article.title }}
-
-
- | by {{ article.authors }}
-
-
-
-
-
-
- {% break %}
+
+
+
+ {% assign article_list_displayed = true %}
+ {% endif %}
+
+
+
+
+
{{ article.title }}
+
+
+ | by {{ article.authors }}
+
+
+
+
+
+
+ {% break %}
{% endif %}
- {% endfor %}
{% endfor %}
+ {% endif %}
+ {% endfor %}
{% endif %}
{% endfor %}
+ {% if article_list_displayed == true %}
+ {% endif %}
{% endif %}
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index 479e555..ac6e176 100644
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -5,7 +5,7 @@
/404.html
- 2019-03-05
+ 2019-03-06
hourly
0.5
@@ -16,7 +16,7 @@
/
- 2019-03-05
+ 2019-03-06
hourly
0.5