Skip to content

Commit

Permalink
Fix one more mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Aug 18, 2016
1 parent 0e9d6a8 commit 322170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap3/templates/listing.tmpl
Expand Up @@ -6,7 +6,7 @@ ${ui.bar(crumbs)}
%if folders or files:
<ul>
% for name in folders:
<li><a href="${name|u}"><i class="icon-folder-open"></i> ${name|h}</a>
<li><a href="${name|u}"><i class="glyphicon glyphicon-folder-open"></i> ${name|h}</a>
% endfor
% for name in files:
<li><a href="${name|u}.html"><i class="glyphicon glyphicon-file"></i> ${name|h}</a>
Expand Down

0 comments on commit 322170c

Please sign in to comment.