diff options
author | Christophe Chauvet <christophe@kryskool.org> | 2012-12-22 21:43:29 +0100 |
---|---|---|
committer | Christophe Chauvet <christophe@kryskool.org> | 2012-12-22 21:43:29 +0100 |
commit | 3a58164ceb6d0ee1b503cff149f13bc60c1e6ace (patch) | |
tree | 46f7c13c8a3d3f0a1e1b38013660465dd0db26ba /bootstrap2/templates | |
parent | e4c896d1f5c0b093537e8f162df75484573d1d2c (diff) | |
download | pelican-themes-3a58164ceb6d0ee1b503cff149f13bc60c1e6ace.tar.gz |
Update bootstrap2/templates/sidebar.html
Fix issue 43
Diffstat (limited to 'bootstrap2/templates')
-rw-r--r-- | bootstrap2/templates/sidebar.html | 2 |
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 %} |