We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803f0ba commit 76a5785Copy full SHA for 76a5785
index.html
@@ -59,7 +59,7 @@ <h2 id="news">News</h2>
59
{% for post in site.posts limit:posts_to_show %}
60
<tr>
61
<td><a href="{{ post.url }}">{{ post.title }}</a> </td>
62
- <td style="white-space: nowrap; text-align: right">{{ post.date | date:"%B %Y" }}</td>
+ <td style="white-space: nowrap; text-align: right">{{ post.date | date:"%d %b %Y" }}</td>
63
</tr>
64
{% comment %} <dd></dd> {% endcomment %}
65
{% endfor %}
0 commit comments