diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index 6768be4c5..3ce293dac 100644 --- a/docs/content/templates/list.md +++ b/docs/content/templates/list.md @@ -187,6 +187,15 @@ your list templates:
{{ .PublishDate.Format "Mon, Jan 2, 2006" }}
{{ end }} + +### Order by Lastmod + + {{ range .Data.Pages.ByLastmod }} +
  • + {{ .Title }} +
    {{ .Date.Format "Mon, Jan 2, 2006" }}
    +
  • + {{ end }} ### Order by Length