From 34bc1d24835c8584c32bb10b574d78c1588cb2a3 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 20 May 2026 05:32:20 -0500 Subject: [PATCH] updated some links --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 8048ff1..5f9bf2d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,9 +11,9 @@ theme = 'PaperMod' title = "Chris Roberts" subtitle = "Documenting technology related projects" [[menus.main]] - name = "Posts" - url = "/posts/" - weight = 1 + name = "Code" + url = "https://gitea.learningunix.net" + weight = 2 [[menus.main]] name = "Certifications"