diff options
author | sjz <simon@zinsli.co> | 2012-05-30 13:49:27 +1000 |
---|---|---|
committer | sjz <simon@zinsli.co> | 2012-05-30 13:49:27 +1000 |
commit | bbea9b8352877b8bd0928e0f6aaad4f484ff0fef (patch) | |
tree | a8a853eaa1282e9cc87c4b6d376dccd3c0f204d9 /bootstrap2/templates/base.html | |
parent | 8c1f08738507ce76c45de7b9282d74297319304b (diff) | |
download | pelican-themes-bbea9b8352877b8bd0928e0f6aaad4f484ff0fef.tar.gz |
cat.url.url -> cat.url
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 e98d06e..d96470e 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -77,7 +77,7 @@ {% endif %} {% for cat, null in categories %} <li {% if cat == category %}class="active"{% endif %}> - <a href="{{ SITEURL }}/{{ cat.url.url }}"> + <a href="{{ SITEURL }}/{{ cat.url }}"> <i class="icon-folder-open icon-large"></i>{{ cat }} </a> </li> |