Navigation plugin needs to work with pathprefix (update dep)

This commit is contained in:
Zach Leatherman
2019-11-11 16:22:08 -06:00
parent c9018fa45b
commit 93e23c7885
5 changed files with 22 additions and 19 deletions

View File

@ -12,7 +12,8 @@
<body>
<header>
<h1 class="home"><a href="{{ '/' | url }}">{{ metadata.title }}</a></h1>
<!-- Read more about `eleventy-navigation` at https://github.com/11ty/eleventy-navigation -->
{#- Read more about `eleventy-navigation` at https://github.com/11ty/eleventy-navigation #}
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml({
listClass: "nav",
listItemClass: "nav-item",