separate mainNav pages

This commit is contained in:
Lyn Fugmann 2024-09-13 17:41:25 +02:00
parent ca43d25e0f
commit d67a98b9a6
5 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<header>
<a href="/" title="home">ESE Logo</a>
<nav>
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml | safe }}
{{ collections.mainNav | eleventyNavigation | eleventyNavigationToHtml | safe }}
</nav>
</header>