Ajout balises article dans la liste des articles.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
{{ .Content }}
|
||||
|
||||
{{ range .RegularPagesRecursive.ByDate.Reverse }}
|
||||
<article>
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||
|
||||
{{ .Summary }}
|
||||
@@ -11,6 +12,7 @@
|
||||
{{ if .Truncated }}
|
||||
<a href="{{ .RelPermalink }}">Lire plus sur « {{ .Title }} »</a>
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
|
||||
Reference in New Issue
Block a user