diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-01-16 23:40:44 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-01-16 23:40:44 +0300 |
| commit | 2b8adf6d9f919755b18813ceea37b80d6fabc062 (patch) | |
| tree | bb61b559f95ccc6d5ae6cb1f11e7d8e519c29bf2 /_data | |
| parent | eb4d96d9079b561887eb54fbda5ef6b9eb334ece (diff) | |
| download | aaoth.xyz-2b8adf6d9f919755b18813ceea37b80d6fabc062.tar.gz aaoth.xyz-2b8adf6d9f919755b18813ceea37b80d6fabc062.zip | |
make about page the home page
it seems that i don't need a separate home page.
also move around links in a navigation bar.
Diffstat (limited to '_data')
| -rw-r--r-- | _data/navigation.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/_data/navigation.yml b/_data/navigation.yml index f02c7bc..2d10cc9 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,10 +1,8 @@ - name: home link: / +- name: blog + link: /blog/ - name: music link: /music/ - name: art link: /art/ -- name: blog - link: /blog/ -- name: about - link: /about/ |
