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