From 9516643a88018050676dd1f57f5cc7e245e55591 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Sat, 6 Apr 2024 19:51:00 +0200 Subject: [PATCH] Add experience to menu --- config/_default/menus.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index e057419..d41b62a 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -13,12 +13,9 @@ main: - name: Projects url: '#projects' weight: 30 - # - name: Talks - # url: '#talks' - # weight: 40 - # - name: Publications - # url: '#featured' - # weight: 50 + - name: Experience + url: '#experience' + weight: 40 - name: Contact url: '#contact' weight: 60