Skip to content

Commit

Permalink
change mind about not capitalizing this bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Jun 2, 2015
1 parent 0f81d9a commit f8a91dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/category-snippet.html
@@ -1,7 +1,7 @@
<div class="side-snippet">
<h4>Posted in</h4>
{% for cat in page.categories %}
<a href="{{ site.url }}/category/{{ cat }}/"><span class="label label-warning">{{ cat | capitalize}}</span></a><br>
<a href="{{ site.url }}/category/{{ cat }}/"><span class="label label-warning">{{ cat | capitalize }}</span></a><br>
{% endfor %}
</div>

0 comments on commit f8a91dd

Please sign in to comment.