diff options
author | Boris Feld <lothiraldan@gmail.com> | 2012-03-20 11:56:15 +0100 |
---|---|---|
committer | Boris Feld <lothiraldan@gmail.com> | 2012-03-20 11:56:15 +0100 |
commit | 84a87fb18e7d55586a64464f7eb0de23ed896da7 (patch) | |
tree | 99af5475dd579a0e45ff6660bdd51df9561fda13 /bootstrap2/templates | |
parent | baab5dd99bc9e36ec29bce48e14e1aa997dda542 (diff) | |
download | pelican-themes-84a87fb18e7d55586a64464f7eb0de23ed896da7.tar.gz |
Fix a typo in bootstrap2 theme (Catagories -> Categories).
Diffstat (limited to 'bootstrap2/templates')
-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"> |