diff options
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 4ccb82d..f8d98f7 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: "%d %b %Y" + date_format: "%b %d, %Y" # If you want more debug log, you can set true # debug: false |