<div class="content">
<div class="related">
+ <h1>All</h1>
<ul>
{% for post in site.posts %}
<li>
- <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
+ <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a
+ class="{{post.color}}" href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>