Add support for customizable date format (#536)

This commit is contained in:
Bang Jun-young 2019-08-21 22:46:01 +09:00 committed by Dean Attali
parent 96c25086b5
commit 5dca8a44ff

View File

@ -19,7 +19,7 @@ use-site-title: true
</a>
<p class="post-meta">
Posted on {{ post.date | date: "%B %-d, %Y" }}
Posted on {{ post.date | date: site.date_format }}
</p>
<div class="post-entry-container">