diff --git a/src/lib/components/button.svelte b/src/lib/components/button.svelte index 5ab81d9..64e6b55 100755 --- a/src/lib/components/button.svelte +++ b/src/lib/components/button.svelte @@ -1,4 +1,4 @@ - +
diff --git a/src/lib/json/hub.json b/src/lib/json/hub.json index 0c98650..fc674a2 100644 --- a/src/lib/json/hub.json +++ b/src/lib/json/hub.json @@ -6,5 +6,6 @@ "name": "Yohan Boujon", "pronouns": "il/lui", "description": "Informatics and electronics engineer" - } + }, + "projects":"Mes projets" } \ No newline at end of file diff --git a/src/lib/json/main.json b/src/lib/json/main.json index eac47b8..93590ad 100644 --- a/src/lib/json/main.json +++ b/src/lib/json/main.json @@ -3,6 +3,7 @@ { "hub": "Hub", "projects": "Projets", + "about": "À propos", "blog": "Blog", "lab": "Labo" }, diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f3fe808..87f494d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -28,5 +28,9 @@ name={hubjson.person.name} pronouns={hubjson.person.pronouns} description={hubjson.person.description} + url="/about" /> +