Skip to content

Commit

Permalink
Remove '.html' from file listing names
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Jun 3, 2015
1 parent cac64aa commit 56a53dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/base/templates/crumbs.tmpl
Expand Up @@ -7,7 +7,7 @@
% for link, text in crumbs:
% if text != index_file:
% if link == '#':
<li>${text}</li>
<li>${text.rsplit('.html', maxsplit=1)[0]}</li>
% else:
<li><a href="${link}">${text}</a></li>
% endif
Expand Down

0 comments on commit 56a53dd

Please sign in to comment.