Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6265a2

Browse files
authored
Merge pull request plotly#1309 from plotly/fix-breadcrumb-logic
Update breadcrumb.html
2 parents d3f83b8 + c707b46 commit c6265a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</li>
3434
{% endif %}
3535

36-
{% if page.display_as != blank %}
36+
{% if page.display_as %}
3737
{% assign display_as = site.data.display_as[page.display_as] %}
3838
{% assign langue = page.language %}
3939
{% if page.permalink contains 'javascript' %}

0 commit comments

Comments
 (0)