Files
beall-11ty/node_modules/@11ty/eleventy-navigation/sample/liquid/index.liquid
2026-03-31 16:38:22 -07:00

20 lines
355 B
Plaintext

<h2>Full List</h2>
{{ collections.all | eleventyNavigation | dump(2) }}
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml }}
<h2>Breadcrumb for Bats</h2>
{{
collections.all
| eleventyNavigationBreadcrumb: "Bats"
| dump(2)
}}
{{
collections.all
| eleventyNavigationBreadcrumb: "Bats"
| eleventyNavigationToHtml
}}