Skip to content

Commit 6baf348

Browse files
author
sywcxx
committed
toc time update
1 parent db4c9c3 commit 6baf348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/sidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
{% for post in site.posts %}
3535
<a class="toc-link" data-tags="{{ post.categories | join: ' ' }}" href="{{ post.url }}">
3636
<span>{{ post.title }}</span>
37-
<span>{{ post.date | date: "%b %Y" }}</span>
37+
<span style="float:right;">{{ post.date | date: "%d %b %Y %H:%M" }}</span>
3838
</a>
3939
{% endfor %}
4040
{% elsif site.filter == 'tag' %}
4141
{% for post in site.posts %}
4242
<a class="toc-link" data-tags="{{ post.tags | join: ' ' }}" href="{{ post.url }}">
4343
<span>{{ post.title }}</span>
44-
<span>{{ post.date | date: "%b %Y" }}</span>
44+
<span>{{ post.date | date: "%d %b %Y" }}</span>
4545
</a>
4646
{% endfor %}
4747
{% endif %}

0 commit comments

Comments
 (0)