diff --git a/layouts/section.html b/layouts/section.html index f00f2ce..13f7313 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -4,7 +4,7 @@ {{ .Content }} {{ range .Pages.ByDate.Reverse }} -

{{ .LinkTitle }}

+

{{ .Title }}

{{ end }} {{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}