diff options
Diffstat (limited to '_data')
| -rw-r--r-- | _data/navigation.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..33574ab --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,10 @@ +- name: home + link: / +- name: music + link: /music.html +- name: art + link: /art.html +- name: other + link: /other.html +- name: about + link: /about.html |
