Skip to content

Commit 40104f9

Browse files
committed
fix stray closing block in UI template
1 parent 6561dbf commit 40104f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/partials/nav-tree.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
{{else}}
1414
<span class="nav-text">{{{./content}}}</span>
1515
{{/if}}
16-
</span>
17-
{{/if}}
1816
{{> nav-tree navigation=./items level=(add ../level 1) crumbLevel=(add ../crumbLevel (and ./content 1)) crumbAtLevel=(lookup @root.page.breadcrumbs (add ../crumbLevel (and ./content 1)))}}
1917
</li>
2018
{{/each}}

0 commit comments

Comments
 (0)