aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2
diff options
context:
space:
mode:
authorChristophe Chauvet <christophe@kryskool.org>2012-12-22 21:43:29 +0100
committerChristophe Chauvet <christophe@kryskool.org>2012-12-22 21:43:29 +0100
commit3a58164ceb6d0ee1b503cff149f13bc60c1e6ace (patch)
tree46f7c13c8a3d3f0a1e1b38013660465dd0db26ba /bootstrap2
parente4c896d1f5c0b093537e8f162df75484573d1d2c (diff)
downloadpelican-themes-3a58164ceb6d0ee1b503cff149f13bc60c1e6ace.zip
pelican-themes-3a58164ceb6d0ee1b503cff149f13bc60c1e6ace.tar.gz
pelican-themes-3a58164ceb6d0ee1b503cff149f13bc60c1e6ace.tar.bz2
Update bootstrap2/templates/sidebar.html
Fix issue 43
Diffstat (limited to 'bootstrap2')
-rw-r--r--bootstrap2/templates/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/sidebar.html b/bootstrap2/templates/sidebar.html
index ae2e009..84b709d 100644
--- a/bootstrap2/templates/sidebar.html
+++ b/bootstrap2/templates/sidebar.html
@@ -2,7 +2,7 @@
{% if LINKS %}
<li class="nav-header"><h4><i class="icon-external-link"></i>blogroll</h4></li>
{% for name, link in LINKS %}
- <li><i class="icon-external-link"></i><a href="{{ link }}">{{ name }}</a></li>
+ <li><a href="{{ link }}"><i class="icon-external-link"></i>{{ name }}</a></li>
{% endfor %}
{% endif %}
{% if SOCIAL %}