Skip to content

Instantly share code, notes, and snippets.

@davidagee
Created November 16, 2012 22:51
Show Gist options
  • Save davidagee/4091677 to your computer and use it in GitHub Desktop.
Save davidagee/4091677 to your computer and use it in GitHub Desktop.
Octopress Site Category List
<section>
<h2>Browse by Category</h2>
<ul id="category_list">
{% for category in site.categories %}
<li><a href='/{{ site.category_dir }}/{{ category[0] | downcase }}' rel='tag'>{{ category[0] }}</a></li>
{% endfor %}
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment