<div class="content">
<div class="related">
+ <h1>Cat: {{page.category}}</h1>
<ul>
{% for post in site.categories[page.category] %}
<li>
- <span>{{ post.date | date: "%B %e, %Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
+ <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div>
-</div>
\ No newline at end of file
+</div>