add header, navigation, pages
This commit is contained in:
parent
c0b8c33ddb
commit
ca43d25e0f
9 changed files with 57 additions and 3 deletions
6
_includes/header.njk
Normal file
6
_includes/header.njk
Normal file
|
@ -0,0 +1,6 @@
|
|||
<header>
|
||||
<a href="/" title="home">ESE Logo</a>
|
||||
<nav>
|
||||
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml | safe }}
|
||||
</nav>
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue