Skip to content

Commit

Permalink
[Fix] wrong function in submenu (Top)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Nov 6, 2024
1 parent 9bd1c81 commit f83057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/layouts/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% for i in site.nav %}
{% if i[1].first %}
<li class="dropdown">
<a class="dropdown-toggle" href="#"> {{ i[0] }} </a>
<a class="dropdown-toggle" href="javascript:void(0);"> {{ i[0] }} </a>
<ul class="dropdown-menu">
{% for j in i[1] %}
<li>
Expand Down

0 comments on commit f83057e

Please sign in to comment.