Skip to content

Commit 37e0970

Browse files
authored
Merge pull request #27 from tigergraph/DOC-2294-breadcrumbs-w-displayVersion
Doc 2294 breadcrumbs w display version
2 parents bdc93f8 + b4e0809 commit 37e0970

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/ui-bundle.zip

11 Bytes
Binary file not shown.

src/partials/breadcrumbs.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ul>
44
{{#with page.componentVersion}}
55
{{#if (and ./title (ne ./title @root.page.breadcrumbs.0.content))}}
6-
<li><a href="{{{relativize ./url}}}">{{{./title}}}</a></li>
6+
<li><a href="{{{relativize ./url}}}">{{{./title}}} {{{./displayVersion}}}</a></li>
77
{{/if}}
88
{{/with}}
99
{{#each page.breadcrumbs}}

0 commit comments

Comments
 (0)