Skip to content

Commit

Permalink
Jinjify
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Jun 3, 2015
1 parent 56a53dd commit 42b39a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/base-jinja/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 42b39a4

Please sign in to comment.