diff options
Diffstat (limited to 'bootstrap2/templates/base.html')
-rw-r--r-- | bootstrap2/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index 0086f1a..22ce313 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -123,7 +123,7 @@ {% endfor %} {% 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 %} <li> <a href="{{ SITEURL }}/category/{{ cat }}.html"> |