<ul> {% for post in site.posts %}
<li><span class="post_date">{{ post.date | date: "%b %d, %Y" }}</span> — <a href="{{ site.url}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} </ul>
<ul> {% for post in site.posts %}
<li><span class="post_date">{{ post.date | date: "%b %d, %Y" }}</span> — <a href="{{ site.url}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} </ul>