Skip to content

Commit 5dca8a4

Browse files
bangjunyoungdaattali
authored andcommitted
Add support for customizable date format (daattali#536)
1 parent 96c2508 commit 5dca8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3 class="post-subtitle">
1919
</a>
2020

2121
<p class="post-meta">
22-
Posted on {{ post.date | date: "%B %-d, %Y" }}
22+
Posted on {{ post.date | date: site.date_format }}
2323
</p>
2424

2525
<div class="post-entry-container">

0 commit comments

Comments
 (0)