We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490c39c commit 5a8540bCopy full SHA for 5a8540b
layout/_partials/breadcrumb.swig
@@ -10,12 +10,12 @@
10
{% if current == count - 1 %}
11
<li>{{ path | upper }}</li>
12
{% else %}
13
- <li><a href="{{ link }}{{ url_for(path) }}/">{{ path | upper }}</a></li>
14
{% if link == '' %}
15
{% set link = '/' + path %}
16
17
{% set link += '/' + path %}
18
{% endif %}
+ <li><a href="{{ url_for(link) }}/">{{ path | upper }}</a></li>
19
20
21
{% endfor %}
0 commit comments