Add Fediverse link
All checks were successful
Fly Deploy / Deploy app (push) Successful in 2m9s

This commit is contained in:
Gabriel Simmer 2023-08-14 08:48:15 +01:00
parent 842b667516
commit 76fe41cf31
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -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)