From e6bc8002b43533c9de35b6cb629489c4ebf9ee6f Mon Sep 17 00:00:00 2001 From: Kate Temkin Date: Sat, 27 Apr 2024 23:21:16 -0600 Subject: [PATCH] header: rework top menu --- config.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index b7f15396..8d5e418b 100644 --- a/config.yaml +++ b/config.yaml @@ -40,8 +40,8 @@ menus: url: "/about" weight: 2 - - name: "Code" - url: "https://git.lix.systems/lix-project/lix" + - name: "The Team" + url: "/team" weight: 3 #- name: "Docs" @@ -50,15 +50,19 @@ menus: - name: "Resources" url: "/resources" - weight: 4 + weight: 5 - name: "Community" url: "/community" - weight: 5 + weight: 6 + + - name: "Code" + url: "https://git.lix.systems/lix-project/lix" + weight: 7 - name: "Wiki" url: "https://wiki.lix.systems/books" - weight: 6 + weight: 8 buttons: - name: "Install Lix"