diff options
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/index.html b/posts/index.html index a18beb6..f787c9e 100644 --- a/posts/index.html +++ b/posts/index.html @@ -13,7 +13,7 @@ root_page: true {% else %} {% for post in paginator.posts %} <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2> - <p class="text-muted"><span class="glyphicon glyphicon-time"></span> Posted on {{ post.date | date: '%-d %B %Y' }}</p> + <p class="text-muted"><span class="glyphicon glyphicon-time"></span> Posted on {{ post.date | date: '%-d %B %Y' }}</p> <p>{{ post.excerpt }}</p> <hr/> {% endfor %} |