Skip to content

Commit

Permalink
Add a missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
remibetin committed Feb 12, 2025
1 parent 4fb7430 commit bfcdea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/secondarynav.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
{%- if forloop.first %}<ul>{% endif -%}
{%- if k.url == searchurl -%}
{% assign insub = true %}
{% assign insubsub = true %}
{% include menuitem.html name=k.name url=k.url hide=k.hide insub=insubsubsub current=true submenu=subsubsubmenu %}
{%- else -%}
{% include menuitem.html name=k.name url=k.url hide=k.hide insub=insubsubsub current=false submenu=subsubsubmenu %}
Expand Down

0 comments on commit bfcdea9

Please sign in to comment.