From 43241dbb64f5e6c0d3d8e4245c4164a04ab4c643 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 12 Dec 2019 16:49:27 +0800 Subject: [PATCH] chore: update default date format --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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