diff --git a/content/_index.md b/content/_index.md
index 73e91ad..ee7ac08 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,6 @@
---
menus: main
title: Accueil
+linkTitle: /home/alexis
---
Bienvenue !
diff --git a/content/blog/2026/02/premier-billet.md b/content/blog/2026/02/premier-billet.md
index 03b65f8..b2f6dbc 100644
--- a/content/blog/2026/02/premier-billet.md
+++ b/content/blog/2026/02/premier-billet.md
@@ -3,6 +3,7 @@ date: "2026-02-13"
draft: false
author: Alexis Lahouze
title: "Premier Billet"
+linkTitle: 2026-02-13
tags:
- premier
- général
diff --git a/content/blog/_index.md b/content/blog/_index.md
index 8826384..6fba457 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -4,4 +4,5 @@ outputs:
- rss
menu: main
title: Blog
+linkTitle: blog
---
diff --git a/layouts/section.html b/layouts/section.html
index df8fff1..93b6352 100644
--- a/layouts/section.html
+++ b/layouts/section.html
@@ -9,7 +9,7 @@
{{ .Summary }}
{{ if .Truncated }}
- Lire plus sur « {{ .LinkTitle }} »
+ Lire plus sur « {{ .Title }} »
{{ end }}
{{ end }}
{{ end }}