diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index 3ce293dac..39a4b10ea 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 ExpiryDate + + {{ range .Data.Pages.ByExpiryDate }} +
  • + {{ .Title }} +
    {{ .ExpiryDate.Format "Mon, Jan 2, 2006" }}
    +
  • + {{ end }} ### Order by Lastmod