diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-27 12:14:12 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-27 12:14:12 +0800 |
commit | 53b8fa2fc240c949ead7f228f5506877b760d087 (patch) | |
tree | 2d0cfb2b56eeba94c986994bf81f5d0566548221 | |
parent | 3ff757af6744e48aa9ff8bbb0c2d051ccdacb3f2 (diff) |
chore: change 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 4731b39..ada9e62 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: "%d %b %Y" # If you want more debug log, you can set true # debug: false |