You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
276 B
15 lines
276 B
11 years ago
|
---
|
||
|
layout: page
|
||
|
title: "Categories"
|
||
|
date: 2014-06-15 20:23
|
||
|
comments: false
|
||
|
sharing: false
|
||
|
footer: true
|
||
|
---
|
||
|
|
||
|
<ul>
|
||
|
{% for item in site.categories %}
|
||
|
<li><a href="/blog/categories/{{ item[0] }}/">{{ item[0] | capitalize }}</a> [ {{ item[1].size }} ]</li>
|
||
|
{% endfor %}
|
||
|
</ul>
|