Skip to content

Commit c27041d

Browse files
committed
more cleanup 4
1 parent 3f2a94d commit c27041d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ The {{ site.projectNameStyled }} framework prescribes the following work flow:
3232

3333
## Posts
3434
{% for post in site.posts %}
35-
- [{{ post.title }}]({{ site.baseurl }}/{{ post.url }}), {{ post.date }}
35+
- [{{ post.title }}]({{ site.baseurl }}/{{ post.url }}), {{ post.date | date: '%Y-%m-%d' }}
3636
{% endfor %}

0 commit comments

Comments
 (0)