From 76fe41cf316a3f456eac35e601f5219202862f55 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Mon, 14 Aug 2023 08:48:15 +0100 Subject: [PATCH] Add Fediverse link --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ad2e4cb..22dca5e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -144,7 +144,7 @@ async fn homepage() -> Markup { main { h1 { "Gabriel Simmer" } h2 { "Infrastructure and DevOps" } - p { a href = "/blog" { "Blog" } } + p { a href = "/blog" { "Blog" } " " a href = "https://floofy.tech/@arch" rel = "me" { "Fediverse" } } h3 { "Projects" } @for project in projects.projects { (project)