This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
menus: main
|
menus: main
|
||||||
title: Accueil
|
title: Accueil
|
||||||
|
linkTitle: /home/alexis
|
||||||
---
|
---
|
||||||
Bienvenue !
|
Bienvenue !
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ outputs:
|
|||||||
- rss
|
- rss
|
||||||
menu: main
|
menu: main
|
||||||
title: Blog
|
title: Blog
|
||||||
|
linkTitle: blog
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
{{ .Summary }}
|
{{ .Summary }}
|
||||||
|
|
||||||
{{ if .Truncated }}
|
{{ if .Truncated }}
|
||||||
<a href="{{ .RelPermalink }}">Lire plus sur « {{ .LinkTitle }} »</a>
|
<a href="{{ .RelPermalink }}">Lire plus sur « {{ .Title }} »</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user