From 031d0e39dfab2cb1608c8af0f61276a9b761d433 Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 17 Apr 2026 16:48:15 +0200 Subject: [PATCH] test latest tag --- src/views/home.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home.rs b/src/views/home.rs index 0ea6816..f5e3fd9 100644 --- a/src/views/home.rs +++ b/src/views/home.rs @@ -12,7 +12,7 @@ pub fn Home() -> Element { } a { class: "height-20px text-blue-700 underline py-1", - href : "https://git.tmoron.fr/tom", + href : "https://git.tmoron.fr/tom ", "gitea" } p { class : "text-sm text-gray-600", "I know, you're impressed by my design skills." }