diff --git a/layouts/section.html b/layouts/section.html
index 146a59e..96a875f 100644
--- a/layouts/section.html
+++ b/layouts/section.html
@@ -4,13 +4,15 @@
{{ .Content }}
{{ range .RegularPagesRecursive.ByDate.Reverse }}
-
+
+
- {{ .Summary }}
+ {{ .Summary }}
- {{ if .Truncated }}
- Lire plus sur « {{ .Title }} »
- {{ end }}
+ {{ if .Truncated }}
+ Lire plus sur « {{ .Title }} »
+ {{ end }}
+
{{ end }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}