diff options
Updated deps
Diffstat (limited to 'src/posts.11tydata.js')
-rw-r--r-- | src/posts.11tydata.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/posts.11tydata.js b/src/posts.11tydata.js new file mode 100644 index 0000000..0185d9c --- /dev/null +++ b/src/posts.11tydata.js @@ -0,0 +1,10 @@ +export default function () { + return { + layout: "page", + title: "Posts", + eleventyNavigation: { + key: "Posts", + order: 2 + } + } +}
\ No newline at end of file |