diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/posts/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/posts/posts.html b/_includes/posts/posts.html index d5c5c9d..c123ceb 100644 --- a/_includes/posts/posts.html +++ b/_includes/posts/posts.html @@ -10,7 +10,7 @@ {% if post.category %} <span class="glyphicon glyphicon-folder-open"></span> <a class="category" href="{{ '/' | relative_url }}{{ post.category | slugify: 'pretty' }}/">{{ post.category }}</a> {% endif %} - <span class="glyphicon glyphicon-time"></span> {{ post.date | date: '%-d %b %Y' }} + <span class="glyphicon glyphicon-time"></span> {{ post.date | date: '%-d %b %Y' }} </p> </div> </div> |