diff --git a/layouts/section.html b/layouts/section.html index c2e7875..aea3492 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -1,7 +1,7 @@ {{ define "main" }}

{{ .Title }}

{{ .Content }} - {{ range .Pages }} + {{ range .Pages.ByDate.Reverse }}

{{ .LinkTitle }}

{{ end }} {{ end }}