Stick to more readable date formats

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-07 17:47:15 +05:30
parent 880dd26735
commit 8f18597ef4
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ theme = "hello-friend-ng"
[params]
description = "Android Developer, Kotlin fanatic and wannabe Rustacean"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
dateformShort = "Jan 2, 2006"
dateformNum = "Jan 2, 2006"
dateformNumTime = "Jan 2, 2006"
keywords = "homepage, blog, android, kotlin, programming"
contentTypeName = "posts"
defaultTheme = "dark"