diff --git a/templates/_base.html b/templates/_base.html
index adcfa7f..d4b71d5 100644
--- a/templates/_base.html
+++ b/templates/_base.html
@@ -128,7 +128,7 @@
{% block footer_contact %}
- {% include "footer_contact_direction.html" %}
+ {% include "includes/footer_contact_direction.html" %}
{% endblock %}
diff --git a/templates/footer_contact_direction.html b/templates/includes/footer_contact_direction.html
similarity index 100%
rename from templates/footer_contact_direction.html
rename to templates/includes/footer_contact_direction.html