From bce14ec76878a26ef6367fb15edbb8b890934e53 Mon Sep 17 00:00:00 2001 From: Guillaume S Date: Fri, 29 Mar 2024 07:34:24 +0100 Subject: [PATCH] Update home.go --- handlers/home.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/home.go b/handlers/home.go index 8b10545..a3d8a79 100644 --- a/handlers/home.go +++ b/handlers/home.go @@ -14,7 +14,7 @@ func HomeHandler(c *fiber.Ctx) error { articlesMetadata = articlesMetadata[:5] } return c.Render("templates/index", fiber.Map{ - "Title": "Gsvd - Full Stack Developer and App Designer | Freelance Web & Software Engineer in Nice, France", + "Title": "Gsvd - Software Developer and App Designer", "Articles": articlesMetadata, "Canonical": "", }, "templates/layouts/main")