diff --git a/_layouts/community.html b/_layouts/community.html
index 41656c5b43b704..9cf8bc54519868 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -83,7 +83,7 @@
{{ year[0] }} Year in Review
{% if year[1][p] %}
{% assign group = year[1][p] %}
- {{ p | titlecase }}
+ {{ p | regex_replace: '-', ' ' | titlecase }}
{% for resource in group %}
- {{ resource[2].title }}
diff --git a/topics/community/maintainer.md b/topics/community/maintainer.md
index 4677c062c73f0f..bd1db466dab9ac 100644
--- a/topics/community/maintainer.md
+++ b/topics/community/maintainer.md
@@ -2,3 +2,4 @@
layout: topic-maintainer
topic_name: community
---
+