diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/common/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html index dcc79e2..76cced0 100644 --- a/_includes/common/sidebar.html +++ b/_includes/common/sidebar.html @@ -15,7 +15,7 @@ <div class="list-group wide-enough"> {% for post in site.posts limit: 5 %} <a class="list-group-item" href="{{ site.baseurl }}{{ post.url }}"> - <span class="badge"><span class="glyphicon glyphicon-time"></span> {{ post.date | date_to_string }}</span> + <span class="badge"><span class="glyphicon glyphicon-time"></span> {{ post.date | date: '%-d %b %Y' }}</span> <span class="glyphicon glyphicon-file"></span> {{ post.title }} </a> {% endfor %} |