Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix mistake
  • Loading branch information
ralsina committed Aug 18, 2016
1 parent a983ed4 commit 0e9d6a8
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 @@ -9,7 +9,7 @@ ${ui.bar(crumbs)}
<li><a href="${name|u}"><i class="icon-folder-open"></i> ${name|h}</a>
% endfor
% for name in files:
<li><a href="${name|u}.html"><i class="icon-file"></i> ${name|h}</a>
<li><a href="${name|u}.html"><i class="glyphicon glyphicon-file"></i> ${name|h}</a>
% endfor
</ul>
%endif
Expand Down

0 comments on commit 0e9d6a8

Please sign in to comment.