Correction titre dans liste des billets.

This commit is contained in:
2026-03-11 00:33:41 +01:00
parent f2b1a12105
commit c01e3e22af
+1 -1
View File
@@ -4,7 +4,7 @@
{{ .Content }}
{{ range .Pages.ByDate.Reverse }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ end }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}