Mitigate #171 by using js front matter type instead of YAML.

This commit is contained in:
Zach Leatherman
2024-09-11 16:34:56 -05:00
parent 4fad5c6888
commit 1ad494cfd2
6 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,8 @@
---
eleventyNavigation:
key: Archive
order: 2
---js
const eleventyNavigation = {
key: "Archive",
order: 2
};
---
<h1>Archive</h1>