Merge pull request #2191 from pilosus/site

This commit is contained in:
Parker Moore 2014-04-01 17:30:46 -04:00
commit 8158c81377
2 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@
</a>
</h2>
<span class="post-category">
{% for category in post.categories %}
<span class="label">{{ category }}</span>
{% endfor %}
<span class="label">
{{ post.categories | array_to_sentence_string }}
</span>
</span>
<div class="post-meta">
<span class="post-date">

View File

@ -8,9 +8,9 @@ layout: news
<a href="{{ page.url }}" class="permalink" title="Permalink"></a>
</h2>
<span class="post-category">
{% for category in page.categories %}
<span class="label">{{ category }}</span>
{% endfor %}
<span class="label">
{{ page.categories | array_to_sentence_string }}
</span>
</span>
<div class="post-meta">
<span class="post-date">