Skip to content

Commit d3f7b29

Browse files
committed
collapse space around discrete entry in breadcrumbs
1 parent 3a4832f commit d3f7b29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/partials/breadcrumbs.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
{{/if}}
88
{{/with}}
99
{{#each page.breadcrumbs}}
10-
<li>
10+
<li>{{! TODO: remove exception for discrete once the UI model uses the navtitle for discrete/orphan pages}}
1111
{{~#if ./discrete~}}
12-
{{!-- TODO: remove the exception for discrete once the UI model uses the navtitle for discrete/orphan pages --}}
1312
<a href="{{{relativize ./url}}}" class="discrete">{{#with (resolvePage @root.page.relativeSrcPath model=false)}}{{{./asciidoc.navtitle}}}{{/with}}</a>
1413
{{~else if (and ./url (eq ./urlType 'internal'))~}}
1514
<a href="{{{relativize ./url}}}">{{{./content}}}</a>

0 commit comments

Comments
 (0)