config: format datetime according to RFC1123Z
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
20b3218aab
commit
f36a545c93
@ -16,10 +16,10 @@ enableEmoji = true
|
||||
tag = 'tags'
|
||||
|
||||
[params]
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformShort = "Jan 2"
|
||||
dateformNum = "2006-02-01"
|
||||
dateformNumTime = "2006-02-01T15:04+00:00"
|
||||
dateform = "02 Jan 2006"
|
||||
dateformShort = "02 Jan"
|
||||
dateformNum = "02 Jan 2006"
|
||||
dateformNumTime = "Mon, 02 Jan 2006 15:04:05 -0700"
|
||||
# Metadata mostly used in document's head
|
||||
description = "dotya.ml homepage"
|
||||
keywords = "homepage, development, git, programming"
|
||||
|
Loading…
Reference in New Issue
Block a user