Gestion du résumé.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-11 00:36:00 +01:00
parent c01e3e22af
commit f711a2d13e
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ je m'exprime un peu plus sur un blog.
Bah, voilà, c'est ouvert. Bah, voilà, c'est ouvert.
<!--more-->
## Motivation ## Motivation
Ma première motivation, c'est que j'ai pas mal de choses dans la tête qu'il Ma première motivation, c'est que j'ai pas mal de choses dans la tête qu'il
+6
View File
@@ -5,6 +5,12 @@
{{ range .Pages.ByDate.Reverse }} {{ range .Pages.ByDate.Reverse }}
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2> <h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ .Summary }}
{{ if .Truncated }}
<a href="{{ .RelPermalink }}">Lire plus sur &laquo;&nbsp;{{ .LinkTitle }}&nbsp;&raquo;</a>
{{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}