blog

Log | Files | Refs

commit 909ba95d790259fa8a5f195cc965279429ad1e78
parent 57f5a8329c888902c1dccb0814c5b67b7d555675
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Wed, 12 Aug 2026 12:22:34 -0500

updated link to git repo to reflect the change to stagit

Diffstat:
Mhugo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugo.toml b/hugo.toml @@ -12,7 +12,7 @@ theme = 'PaperMod' subtitle = "Documenting technology related projects" [[menus.main]] name = "Code" - url = "https://gitea.learningunix.net" + url = "https://git.learningunix.net" weight = 2 [[menus.main]]