From 6b174329a5d3f43c700210faefc8ddeaa06c3fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 14 Apr 2022 18:41:31 +0200 Subject: [PATCH] Update lists.md --- content/en/templates/lists.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/templates/lists.md b/content/en/templates/lists.md index ace5d6ab9..6d213f321 100644 --- a/content/en/templates/lists.md +++ b/content/en/templates/lists.md @@ -421,6 +421,8 @@ In the above example, you may want `{{.Title}}` to point the `title` field you h {{ end }} {{< /code >}} +{{< new-in "0.87.0" >}} `GroupByDate` accepts the same time layouts as in [time.Format](/functions/dateformat/) and The `.Key` in the result will be localized for the current language. + ### By Publish Date {{< code file="layouts/partials/by-page-publish-date.html" >}} @@ -438,6 +440,7 @@ In the above example, you may want `{{.Title}}` to point the `title` field you h {{ end }} {{< /code >}} +{{< new-in "0.87.0" >}} `GroupByDate` accepts the same time layouts as in [time.Format](/functions/dateformat/) and The `.Key` in the result will be localized for the current language. ### By Lastmod @@ -456,6 +459,8 @@ In the above example, you may want `{{.Title}}` to point the `title` field you h {{ end }} {{< /code >}} +{{< new-in "0.87.0" >}} `GroupByDate` accepts the same time layouts as in [time.Format](/functions/dateformat/) and The `.Key` in the result will be localized for the current language. + ### By Expiry Date {{< code file="layouts/partials/by-page-expiry-date.html" >}} @@ -473,6 +478,8 @@ In the above example, you may want `{{.Title}}` to point the `title` field you h {{ end }} {{< /code >}} +{{< new-in "0.87.0" >}} `GroupByDate` accepts the same time layouts as in [time.Format](/functions/dateformat/) and The `.Key` in the result will be localized for the current language. + ### By Page Parameter {{< code file="layouts/partials/by-page-param.html" >}}