From bb6e991faafb56431697baf656b7bf40fd1e565c Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 11 Mar 2026 01:50:41 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20sections=20interm=C3=A9diaires.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/blog/2026/02/_index.md | 4 ++++ content/blog/2026/02/premier-billet.md | 2 +- content/blog/2026/_index.md | 4 ++++ layouts/section.html | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 content/blog/2026/02/_index.md create mode 100644 content/blog/2026/_index.md diff --git a/content/blog/2026/02/_index.md b/content/blog/2026/02/_index.md new file mode 100644 index 0000000..6ef8166 --- /dev/null +++ b/content/blog/2026/02/_index.md @@ -0,0 +1,4 @@ +--- +title: Février +linkTitle: "02" +--- diff --git a/content/blog/2026/02/premier-billet.md b/content/blog/2026/02/premier-billet.md index b2f6dbc..fc77348 100644 --- a/content/blog/2026/02/premier-billet.md +++ b/content/blog/2026/02/premier-billet.md @@ -3,7 +3,7 @@ date: "2026-02-13" draft: false author: Alexis Lahouze title: "Premier Billet" -linkTitle: 2026-02-13 +linkTitle: "13" tags: - premier - général diff --git a/content/blog/2026/_index.md b/content/blog/2026/_index.md new file mode 100644 index 0000000..789b931 --- /dev/null +++ b/content/blog/2026/_index.md @@ -0,0 +1,4 @@ +--- +title: "2026" +linkTitle: "2026" +--- diff --git a/layouts/section.html b/layouts/section.html index 93b6352..146a59e 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -3,7 +3,7 @@ {{ .Content }} - {{ range .Pages.ByDate.Reverse }} + {{ range .RegularPagesRecursive.ByDate.Reverse }}

{{ .Title }}

{{ .Summary }}