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 4c64caf commit e335b2aCopy full SHA for e335b2a
src/partials/breadcrumbs.hbs
@@ -8,7 +8,9 @@
8
{{/with}}
9
{{#each page.breadcrumbs}}
10
<li>
11
- {{~#if (and ./url (eq ./urlType 'internal'))~}}
+ {{~#if (and ./discrete (endsWith ./content ' Documentation'))~}}
12
+ <a href="{{{relativize ./url}}}">Introduction</a>
13
+ {{~else if (and ./url (eq ./urlType 'internal'))~}}
14
<a href="{{{relativize ./url}}}">{{{./content}}}</a>
15
{{~else~}}
16
{{{./content}}}
0 commit comments