Utilisation de linkTitle à certains endroits.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-11 01:27:00 +01:00
parent b8599fbe0e
commit db86992daf
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
--- ---
menus: main menus: main
title: Accueil title: Accueil
linkTitle: /home/alexis
--- ---
Bienvenue ! Bienvenue !
+1
View File
@@ -3,6 +3,7 @@ date: "2026-02-13"
draft: false draft: false
author: Alexis Lahouze author: Alexis Lahouze
title: "Premier Billet" title: "Premier Billet"
linkTitle: 2026-02-13
tags: tags:
- premier - premier
- général - général
+1
View File
@@ -4,4 +4,5 @@ outputs:
- rss - rss
menu: main menu: main
title: Blog title: Blog
linkTitle: blog
--- ---
+1 -1
View File
@@ -9,7 +9,7 @@
{{ .Summary }} {{ .Summary }}
{{ if .Truncated }} {{ if .Truncated }}
<a href="{{ .RelPermalink }}">Lire plus sur &laquo;&nbsp;{{ .LinkTitle }}&nbsp;&raquo;</a> <a href="{{ .RelPermalink }}">Lire plus sur &laquo;&nbsp;{{ .Title }}&nbsp;&raquo;</a>
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}