add header, navigation, pages

This commit is contained in:
Lyn Fugmann 2024-09-13 17:18:41 +02:00
parent c0b8c33ddb
commit ca43d25e0f
9 changed files with 57 additions and 3 deletions

6
_includes/header.njk Normal file
View file

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