_includes/layouts/header.html in jekyll-theme-h2o-ac-1.3.6 vs _includes/layouts/header.html in jekyll-theme-h2o-ac-1.4.0
- old
+ new
@@ -29,10 +29,10 @@
<nav class="g-nav">
<ul>
{% 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>
<a href="{{ j[1] | relative_url}}" aria-label="{{ j[0] }}">
{{ j[0] }}