diff --git a/_includes/footer.njk b/_includes/footer.njk deleted file mode 100644 index 36d8766..0000000 --- a/_includes/footer.njk +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/_includes/header.njk b/_includes/header.njk index 4519008..5ef7c10 100644 --- a/_includes/header.njk +++ b/_includes/header.njk @@ -1,6 +1,6 @@ ESE Logo - {{ collections.mainNav | eleventyNavigation | eleventyNavigationToHtml | safe }} + {{ collections.all | eleventyNavigation | eleventyNavigationToHtml | safe }} diff --git a/_layouts/page.njk b/_layouts/page.njk index 6f5f336..1c85b47 100644 --- a/_layouts/page.njk +++ b/_layouts/page.njk @@ -11,7 +11,5 @@ {{ content | safe }} - - {% include 'footer.njk' %}