Skip to content

Commit

Permalink
fix(nav): filter hidden component from mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Apr 11, 2024
1 parent 976ae74 commit e34dc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<nav id="topbar-nav-mobile" class="navbar-menu-mobile">
{{#unless site.keys.hideNavbarComponentsList}}
{{#each site.components}}
{{#each (isComponentToHide site.components page) }}
<div class="navbar-item is-hoverable">
<a class="navbar-link" href="{{{./latest.url}}}">{{{./title}}}</a>
</div>
Expand Down

0 comments on commit e34dc3a

Please sign in to comment.