From 06b3420088e75a3001768fefcc35592cdf081f73 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 17 Jan 2023 14:58:04 -0500 Subject: [PATCH] add projects to nav menu --- config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yml b/config.yml index ed92167..b0e842e 100644 --- a/config.yml +++ b/config.yml @@ -41,6 +41,10 @@ menu: name: Posts url: /posts weight: 110 + - identifier: projects + name: Projects + url: /projects + weight: 120 - identifier: uses name: Uses url: /uses