Skip to content

Commit

Permalink
DOC-2294-breadcrumbs-w-displayVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lee authored and Victor Lee committed Nov 4, 2024
1 parent f49761d commit b4e0809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/ui-bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/partials/breadcrumbs.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ul>
{{#with page.componentVersion}}
{{#if (and ./title (ne ./title @root.page.breadcrumbs.0.content))}}
<li><a href="{{{relativize ./url}}}">{{{./title}}}</a></li>
<li><a href="{{{relativize ./url}}}">{{{./title}}} {{{./displayVersion}}}</a></li>
{{/if}}
{{/with}}
{{#each page.breadcrumbs}}
Expand Down

0 comments on commit b4e0809

Please sign in to comment.