diff --git a/templates/newsPage.html b/templates/newsPage.html
index c5f580eb7..50ce71055 100644
--- a/templates/newsPage.html
+++ b/templates/newsPage.html
@@ -23,8 +23,8 @@
- {{ author | replace(from='_', to=' '
+ {{ author | replace(from='_', to=' '
) }}
{% endfor %}
diff --git a/templates/partials/featuredNews.html b/templates/partials/featuredNews.html
index eb9cf1c1f..eccc12265 100644
--- a/templates/partials/featuredNews.html
+++ b/templates/partials/featuredNews.html
@@ -12,7 +12,18 @@
{{ featured.date | date(format="%B %e, %Y", timezone="America/Chicago")}} -
- {{ featured.extra.authors }}
+ {% for author in featured.extra.authors %}
+ {% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %}
+
{{author | replace(from='_', to=' ' )}}
+ {% endfor %}