diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2019-12-12 16:49:27 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2019-12-12 16:49:27 +0800 |
commit | 43241dbb64f5e6c0d3d8e4245c4164a04ab4c643 (patch) | |
tree | 3221c3e641a84bd130b08a078cb6211b55fadf8b | |
parent | b0ff0b029e2a7c839142681e8ef835325e48e08e (diff) |
chore: update default date format
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index cab6b3b..6380701 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ favicon: "" # the favicon for your site # Yat date format # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this yat: - date_format: "%b %-d, %Y" + date_format: "%b %d, %Y" # If you want more debug log, you can set true # debug: false |