From ab5e3597dfc98b4da8db0470fb919cef41e8cc99 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 19 May 2026 05:29:39 -0500 Subject: [PATCH] added linked in link to hugo.toml --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index a71ff7e..8048ff1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -29,3 +29,8 @@ theme = 'PaperMod' name = "Email" url = "mailto:chris.roberts@learningunix.net" weight = 30 + +[[menus.main]] + name = "LinkedIn" + url = "https://www.linkedin.com/in/chris-roberts-5808a63a7" + weight = 40