We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef17645 commit 2383611Copy full SHA for 2383611
_includes/helpers/posts_collate.html
@@ -29,7 +29,7 @@ <h3>{{this_month}}</h3>
29
<ul>
30
{% endif %}
31
32
- <li><span>{{ post.date | date: "%B %e, %Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a></li>
+ <li><span>{{ post.date | date: "%B %e, %Y" }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
33
34
{% if forloop.last %}
35
</ul>
0 commit comments