From 73806956f1cd0c9402947e5816d214da2d78bd62 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 16 Feb 2024 21:44:29 -0700 Subject: [PATCH] fix source code url --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 440f8d5..1c5acaa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -222,7 +222,7 @@ fn generate_footer() -> Markup { p { a href="https://ansonbiggs.com" { "Anson Biggs" } " - 2024 - " - a href="gitlab.com" { "Source Code" } + a href="https://gitlab.com/MisterBiggs/zine" { "Source Code" } } } }