Skip to content

Commit d4608d7

Browse files
committed
Fix breadcrumbs for tools
1 parent 08247fb commit d4608d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme/breadcrumbs.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
{% if doc.title == "_Actions" %}
77
<!-- Special case for the hidden action pages -->
88
<li><a href="/actions">Actions</a> &raquo;</li>
9+
{% elif doc.title == "_Tools" %}
10+
<!-- Special case for the hidden tool pages -->
11+
<li><a href="/tools">Tools</a> &raquo;</li>
912
{% elif doc.link %}
1013
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
1114
{% else %}

0 commit comments

Comments
 (0)