Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinrichs committed May 1, 2024
1 parent db4d9cf commit be1a162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
<div class="navbar-start">

{% if site.data.main.navigation %}
{% for item in site.data.main.navigation %}
{% if site.data.getting-started.navigation %}
{% for item in site.data.getting-started.navigation %}
{% if item.dropdown %}
<div class="navbar-item has-dropdown is-hoverable {% if site.fixed_navbar == 'bottom' %} has-dropdown-up {% endif %}">
<a href="{{ item.link | relative_url }}" class="navbar-link {% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
Expand Down

0 comments on commit be1a162

Please # to comment.