Skip to content

Commit

Permalink
Merge pull request #5 from VincentGonnet/dev
Browse files Browse the repository at this point in the history
t
  • Loading branch information
VincentGonnet authored Sep 28, 2023
2 parents 604d3fe + b1eb485 commit 51a7964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { t, changeLanguage } from "i18next";
changeLanguage("en");
---

<MainLayout title={t("home.pageTitle")}>
<MainLayout title="PAGE">
<h1>{t("home.title")}</h1>
<a href={localizePath("/cv")}>CV</a>
</MainLayout>

0 comments on commit 51a7964

Please sign in to comment.