Skip to content

Commit a41ed96

Browse files
authored
Update breadcrumb.html
1 parent 309bb95 commit a41ed96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/breadcrumb.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
</li>
3535
{% endif %}
3636

37-
{% if page.layout != "langindex" %}
38-
{% unless page.permalink == "/api/" %}
3937

4038
{% if page.display_as != blank %}
4139
{% assign display_as = site.data.display_as[page.display_as] %}
@@ -51,11 +49,13 @@
5149

5250
{% endif %}
5351

52+
{% if page.layout != "langindex" %}
53+
{% unless page.permalink == "/api/" %}
54+
5455
<li class="--breadcrumb-item">
5556
<span>{{page.name}}</span>
5657
</li>
5758
{% endunless %}
58-
5959
{% endif %}
6060
</ul>
6161

0 commit comments

Comments
 (0)