Skip to content

Commit

Permalink
fix: menu extend
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Feb 5, 2023
1 parent f8ed7d9 commit bf22508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion layouts/partials/theme/navbar-extend.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</a>
<div id='navbarExtendItemsContainer'>
<div id='navbarExtendItemsWrapper'>
{{$.Scratch.Add "navbarExtendIdSuffix" "Extend"}}
{{partial "theme/navbar-items.html" .}}
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion layouts/partials/theme/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
</div>
</div>
<div id='navbarItemsEnd' class='is-flex is-invisible'>
{{$.Scratch.Add "navbarExtendIdSuffix" ""}}
{{$.Scratch.Set "navbarExtendIdSuffix" ""}}
{{partial "theme/navbar-items.html" .}}
{{$.Scratch.Set "navbarExtendIdSuffix" "Extend"}}
{{partial "theme/navbar-extend.html" .}}
</div>
</div>
Expand Down

0 comments on commit bf22508

Please sign in to comment.