diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 19:27:46 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 19:27:46 +0300 |
| commit | f967b17607d4a251f6bfb3d970c07ef491ef6ba9 (patch) | |
| tree | f23076da18ea69b64d0e1cbb78a9d827d31bac8e /_data | |
| parent | df5eaabe38a62168e7167781d5f862953e97af1e (diff) | |
| download | aaoth.xyz-f967b17607d4a251f6bfb3d970c07ef491ef6ba9.tar.gz aaoth.xyz-f967b17607d4a251f6bfb3d970c07ef491ef6ba9.zip | |
add subtle current page indication to navbar
and fix some links in site data to make it work.
it's kinda subtle yet, maybe change it later.
Diffstat (limited to '_data')
| -rw-r--r-- | _data/navigation.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_data/navigation.yml b/_data/navigation.yml index a774e85..cad0fd1 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,10 +1,10 @@ - name: home link: / - name: music - link: /music + link: /music/ - name: art - link: /art + link: /art/ - name: other - link: /other + link: /other/ - name: about - link: /about + link: /about/ |
