aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/jekyll-theme/sidebar/latest-posts.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/jekyll-theme/sidebar/latest-posts.html')
-rw-r--r--_includes/jekyll-theme/sidebar/latest-posts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/sidebar/latest-posts.html b/_includes/jekyll-theme/sidebar/latest-posts.html
index a2ac843..17251e3 100644
--- a/_includes/jekyll-theme/sidebar/latest-posts.html
+++ b/_includes/jekyll-theme/sidebar/latest-posts.html
@@ -10,7 +10,7 @@
<a class="list-group-item" href="{{ post.url | relative_url }}">
<h5 class="list-group-item-heading post-header">
<span>{{ post.title }}</span>
- <small><span class="glyphicon glyphicon-time"></span>&nbsp;{{ post.date | date: '%-d %b %Y' }}</small>
+ <small class="post-date"><span class="glyphicon glyphicon-time"></span>&nbsp;{{ post.date | date: '%-d %b %Y' }}</small>
</h5>
</a>
{% endfor %}