Mitigate #171 by using js front matter type instead of YAML.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
eleventyNavigation:
|
||||
key: Archive
|
||||
order: 2
|
||||
---js
|
||||
const eleventyNavigation = {
|
||||
key: "Archive",
|
||||
order: 2
|
||||
};
|
||||
---
|
||||
<h1>Archive</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user