We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2a94d commit c27041dCopy full SHA for c27041d
1 file changed
index.md
@@ -32,5 +32,5 @@ The {{ site.projectNameStyled }} framework prescribes the following work flow:
32
33
## Posts
34
{% for post in site.posts %}
35
-- [{{ post.title }}]({{ site.baseurl }}/{{ post.url }}), {{ post.date }}
+- [{{ post.title }}]({{ site.baseurl }}/{{ post.url }}), {{ post.date | date: '%Y-%m-%d' }}
36
{% endfor %}
0 commit comments