diff --git a/_layouts/home.html b/_layouts/home.html
index d187bf3..08895cd 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -2,7 +2,9 @@
layout: default
---
-{% if site.paginate and site.paginate_path and paginator.page > 1 %}
+{% if site.data.menu and site.paginate and site.paginate_path and paginator.page > 1 %}
+ {% include menu.html %}
+{% elsif site.paginate and site.paginate_path and paginator.page > 1 %}
{% include back-link.html %}
{% else %}