aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates
diff options
context:
space:
mode:
authorsjz <simon@zinsli.co>2012-05-30 13:49:27 +1000
committersjz <simon@zinsli.co>2012-05-30 13:49:27 +1000
commitbbea9b8352877b8bd0928e0f6aaad4f484ff0fef (patch)
treea8a853eaa1282e9cc87c4b6d376dccd3c0f204d9 /bootstrap2/templates
parent8c1f08738507ce76c45de7b9282d74297319304b (diff)
downloadpelican-themes-bbea9b8352877b8bd0928e0f6aaad4f484ff0fef.zip
pelican-themes-bbea9b8352877b8bd0928e0f6aaad4f484ff0fef.tar.gz
pelican-themes-bbea9b8352877b8bd0928e0f6aaad4f484ff0fef.tar.bz2
cat.url.url -> cat.url
Diffstat (limited to 'bootstrap2/templates')
-rw-r--r--bootstrap2/templates/base.html2
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>