diff --git a/_layouts/default.html b/_layouts/default.html index 59375f9..c38c3f5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,6 +25,7 @@ {% else %} {% endif %} +
{% include nav.html %} diff --git a/_layouts/nofooter.html b/_layouts/nofooter.html index 2dea0a9..e34528a 100644 --- a/_layouts/nofooter.html +++ b/_layouts/nofooter.html @@ -23,6 +23,7 @@ {% else %} {% endif %} + {% include nav.html %}