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: */}}