From: Bjørn Erik Pedersen Date: Fri, 19 Jun 2020 07:37:37 +0000 (+0200) Subject: Add GroupByLastmod X-Git-Tag: v0.73.0~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=82abca32fa8791e526edd820c32c0b8f9d8e0e78;p=brevno-suite%2Fhugo Add GroupByLastmod Fixes #7408 --- diff --git a/docs/content/en/templates/lists.md b/docs/content/en/templates/lists.md index c2140b47..be9df664 100644 --- a/docs/content/en/templates/lists.md +++ b/docs/content/en/templates/lists.md @@ -424,7 +424,7 @@ In the above example, you may want `{{.Title}}` to point the `title` field you h ### By Publish Date {{< code file="layouts/partials/by-page-publish-date.html" >}} - + {{ range .Pages.GroupByPublishDate "2006-01" }}

{{ .Key }}