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 3a4832f commit d3f7b29Copy full SHA for d3f7b29
src/partials/breadcrumbs.hbs
@@ -7,9 +7,8 @@
7
{{/if}}
8
{{/with}}
9
{{#each page.breadcrumbs}}
10
- <li>
+ <li>{{! TODO: remove exception for discrete once the UI model uses the navtitle for discrete/orphan pages}}
11
{{~#if ./discrete~}}
12
- {{!-- TODO: remove the exception for discrete once the UI model uses the navtitle for discrete/orphan pages --}}
13
<a href="{{{relativize ./url}}}" class="discrete">{{#with (resolvePage @root.page.relativeSrcPath model=false)}}{{{./asciidoc.navtitle}}}{{/with}}</a>
14
{{~else if (and ./url (eq ./urlType 'internal'))~}}
15
<a href="{{{relativize ./url}}}">{{{./content}}}</a>
0 commit comments