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 }}