From 5dca8a44ff42c8e8069a01a5364666cd2c8089c9 Mon Sep 17 00:00:00 2001 From: Bang Jun-young Date: Wed, 21 Aug 2019 22:46:01 +0900 Subject: [PATCH] Add support for customizable date format (#536) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5f9c764..3c1ccd4 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ use-site-title: true

- Posted on {{ post.date | date: "%B %-d, %Y" }} + Posted on {{ post.date | date: site.date_format }}