Files
alexis.lahouze.org/layouts/section.html
T
alahouze bb6e991faa
ci/woodpecker/push/woodpecker Pipeline was successful
Ajout de sections intermédiaires.
2026-03-11 01:50:41 +01:00

17 lines
405 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ range .RegularPagesRecursive.ByDate.Reverse }}
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ .Summary }}
{{ if .Truncated }}
<a href="{{ .RelPermalink }}">Lire plus sur &laquo;&nbsp;{{ .Title }}&nbsp;&raquo;</a>
{{ end }}
{{ end }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}