Skip to content

Commit e6c09fa

Browse files
committed
change date format
1 parent b3f6a4a commit e6c09fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/seminar_presentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<div class="right">
10-
<div>{{ post.date | date: "%Y-%m-%d" }}</div>
10+
<div>{{ post.date | date: "%d/%m/%Y" }}</div>
1111
<div class="author">{{post.speaker}}</div>
1212
</div>
1313

0 commit comments

Comments
 (0)