Skip to content

Commit d68a765

Browse files
000-773: navi extra level
1 parent 6e825a5 commit d68a765

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_includes/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% if site.data.navigation %}
1616
{% for item in site.data.navigation %}
1717
{% if item.dropdown %}
18-
<div class="navbar-item has-dropdown is-hoverable {% if site.fixed_navbar == 'bottom' %} has-dropdown-up {% endif %}">
18+
<div class="navbar-item has-dropdown {% if site.fixed_navbar == 'bottom' %} has-dropdown-up {% endif %}">
1919
<a href="{{ item.link | relative_url }}" class="navbar-link {% if page.url contains item.link %}is-active{% endif %}">{{ item.name }}</a>
2020
<div class="navbar-dropdown">
2121
{% for subitem in item.dropdown %}
@@ -41,6 +41,7 @@
4141
{% endif %}
4242
</div>
4343

44+
4445
<div class="navbar-end">
4546
<a href=""><img src="../../../../flag.png" /></a>
4647
<a class="navbar-item" href="#">

_sass/_main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ $hero-darken: $dark !default;
3939
}
4040
}
4141

42+

0 commit comments

Comments
 (0)