Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-14 19:41:31 +0300
committerGitHub <noreply@github.com>2022-04-14 19:41:31 +0300
commit6b174329a5d3f43c700210faefc8ddeaa06c3fcf (patch)
tree17315336be4e497f8dbcfbbefb92bfbff0514fc2
parentd87d9e2968343262e69039b95826e2b47e5c4d87 (diff)
Update lists.md
-rw-r--r--content/en/templates/lists.md7
1 files changed, 7 insertions, 0 deletions
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" >}}