diff --git a/source/_includes/front-speakers.html.twig b/source/_includes/speakers.html.twig
similarity index 100%
rename from source/_includes/front-speakers.html.twig
rename to source/_includes/speakers.html.twig
diff --git a/source/index.html.twig b/source/index.html.twig
index f23d84f..05c1235 100644
--- a/source/index.html.twig
+++ b/source/index.html.twig
@@ -40,7 +40,7 @@ use: [sessions, speakers]
{% endblock %}
{% block footer_top %}
- {% include 'front-speakers' with {
+ {% include 'speakers' with {
speakers: data.speakers,
} %}