diff --git a/site/data/nav.yml b/site/data/nav.yml index 07cbc9b..0d60034 100644 --- a/site/data/nav.yml +++ b/site/data/nav.yml @@ -1,23 +1,24 @@ -- name: Home - url: / - weight: 1 +items: + - name: Home + url: / + weight: 1 -- name: Docs - url: /docs/ - weight: 2 + - name: Docs + url: /docs/ + weight: 2 -- name: Notes - url: /notes/ - weight: 3 + - name: Notes + url: /notes/ + weight: 3 -- name: Essays - url: /essays/ - weight: 4 + - name: Essays + url: /essays/ + weight: 4 -- name: Articles - url: /articles/ - weight: 5 + - name: Articles + url: /articles/ + weight: 5 -- name: Tags - url: /tags/ - weight: 6 + - name: Tags + url: /tags/ + weight: 6 diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index fff5c9b..dda75f6 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -1,7 +1,7 @@