From 51c7f5376c82d36bcf3190e42f9b5e7065aa1b16 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 13 May 2026 05:33:20 -0500 Subject: [PATCH] added email to hugo.toml --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index 3a1bca3..f563fa0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -21,3 +21,8 @@ theme = 'PaperMod' name = "Resume" url = "/resume.pdf" weight = 20 + [[menus.main]] + name = "Email" + url = "mailto:chris.roberts@learningunix.net" + weight = 30 +