From f711a2d13e07af64185d6789351cb58cd8734888 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 11 Mar 2026 00:36:00 +0100 Subject: [PATCH] =?UTF-8?q?Gestion=20du=20r=C3=A9sum=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/blog/2026/02/premier-billet.md | 2 ++ layouts/section.html | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/content/blog/2026/02/premier-billet.md b/content/blog/2026/02/premier-billet.md index fe8a78c..03b65f8 100644 --- a/content/blog/2026/02/premier-billet.md +++ b/content/blog/2026/02/premier-billet.md @@ -12,6 +12,8 @@ je m'exprime un peu plus sur un blog. Bah, voilà, c'est ouvert. + + ## Motivation Ma première motivation, c'est que j'ai pas mal de choses dans la tête qu'il diff --git a/layouts/section.html b/layouts/section.html index 13f7313..df8fff1 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -5,6 +5,12 @@ {{ range .Pages.ByDate.Reverse }}

{{ .Title }}

+ + {{ .Summary }} + + {{ if .Truncated }} + Lire plus sur « {{ .LinkTitle }} » + {{ end }} {{ end }} {{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}