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
+6
View File
@@ -5,6 +5,12 @@
{{ range .Pages.ByDate.Reverse }}
<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 }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}