Fix a typo in bootstrap2 theme (Catagories -> Categories).

This commit is contained in:
Boris Feld
2012-03-20 11:56:15 +01:00
parent baab5dd99b
commit 84a87fb18e

View File

@@ -123,7 +123,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<li class="nav-header"><h4><i class="icon-folder-close icon-large"></i>Catagories</h4></li> <li class="nav-header"><h4><i class="icon-folder-close icon-large"></i>Categories</h4></li>
{% for cat, null in categories %} {% for cat, null in categories %}
<li> <li>
<a href="{{ SITEURL }}/category/{{ cat }}.html"> <a href="{{ SITEURL }}/category/{{ cat }}.html">