diff options
initial commit
Diffstat (limited to 'src/data/navigator.json')
-rw-r--r-- | src/data/navigator.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/data/navigator.json b/src/data/navigator.json new file mode 100644 index 0000000..5fb27a7 --- /dev/null +++ b/src/data/navigator.json @@ -0,0 +1,14 @@ +[ + { + "url": "/", + "title": "Home" + }, + { + "url": "/blog/", + "title": "Blog" + }, + { + "url": "/about/", + "title": "About" + } +] |