config: format datetime according to RFC1123Z
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-09-01 20:17:21 +02:00
parent 20b3218aab
commit f36a545c93
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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"