We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309bb95 commit a41ed96Copy full SHA for a41ed96
_includes/breadcrumb.html
@@ -34,8 +34,6 @@
34
</li>
35
{% endif %}
36
37
- {% if page.layout != "langindex" %}
38
- {% unless page.permalink == "/api/" %}
39
40
{% if page.display_as != blank %}
41
{% assign display_as = site.data.display_as[page.display_as] %}
@@ -51,11 +49,13 @@
51
49
52
50
53
+ {% if page.layout != "langindex" %}
+ {% unless page.permalink == "/api/" %}
54
+
55
<li class="--breadcrumb-item">
56
<span>{{page.name}}</span>
57
58
{% endunless %}
-
59
60
</ul>
61
0 commit comments