Skip to content

Commit 2383611

Browse files
committed
add little arrow to collated list
1 parent ef17645 commit 2383611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/helpers/posts_collate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3>{{this_month}}</h3>
2929
<ul>
3030
{% endif %}
3131

32-
<li><span>{{ post.date | date: "%B %e, %Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a></li>
32+
<li><span>{{ post.date | date: "%B %e, %Y" }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
3333

3434
{% if forloop.last %}
3535
</ul>

0 commit comments

Comments
 (0)