From db86992daf73972163b9eb65f4240a568c47ff0c Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 11 Mar 2026 01:27:00 +0100 Subject: [PATCH] =?UTF-8?q?Utilisation=20de=20linkTitle=20=C3=A0=20certain?= =?UTF-8?q?s=20endroits.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 1 + content/blog/2026/02/premier-billet.md | 1 + content/blog/_index.md | 1 + layouts/section.html | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) 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 }}