Skip to content

Commit

Permalink
Update home.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsvd authored Mar 29, 2024
1 parent ffdca51 commit bce14ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/home.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit bce14ec

Please sign in to comment.