Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -3,18 +3,15 @@ title: ByLastmod
description: Returns the given page collection sorted by last modification date in ascending order.
categories: []
keywords: []
action:
related:
- methods/pages/ByDate
- methods/pages/ByExpiryDate
- methods/pages/ByPublishDate
returnType: page.Pages
signatures: [PAGES.ByLastmod]
params:
functions_and_methods:
returnType: page.Pages
signatures: [PAGES.ByLastmod]
---
When sorting by last modification date, the value is determined by your [site configuration], defaulting to the `lastmod` field in front matter.
[site configuration]: /getting-started/configuration/#configure-dates
[site configuration]: /configuration/front-matter/#dates
```go-html-template
{{ range .Pages.ByLastmod }}