File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 %}
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 ="# ">
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ $hero-darken: $dark !default;
3939 }
4040}
4141
42+
You can’t perform that action at this time.
0 commit comments