File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
{% if site.data.navigation %}
16
16
{% for item in site.data.navigation %}
17
17
{% 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 %} ">
19
19
< a href ="{{ item.link | relative_url }} " class ="navbar-link {% if page.url contains item.link %}is-active{% endif %} "> {{ item.name }}</ a >
20
20
< div class ="navbar-dropdown ">
21
21
{% for subitem in item.dropdown %}
41
41
{% endif %}
42
42
</ div >
43
43
44
+
44
45
< div class ="navbar-end ">
45
46
< a href =""> < img src ="../../../../flag.png " /> </ a >
46
47
< a class ="navbar-item " href ="# ">
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ $hero-darken: $dark !default;
39
39
}
40
40
}
41
41
42
+
You can’t perform that action at this time.
0 commit comments