Make release-data time format localizable

This commit is contained in:
Tim Bannister
2021-12-14 17:39:21 +00:00
parent 270bc93258
commit 3fcc2c812f
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -217,6 +217,11 @@ other = ")"
[release_date_before]
other = "(released: "
# See https://gohugo.io/functions/format/#gos-layout-string
# Use a suitable format for your locale
[release_date_format]
other = "2006-01-02"
[seealso_heading]
other = "See Also"