The language switcher is now at the footer

This commit is contained in:
David Valdez 2019-01-21 23:49:43 -06:00
parent 07b835a12b
commit d494467bad
4 changed files with 11 additions and 9 deletions

View file

@ -234,10 +234,6 @@ a.navbar-link.is-active {
}
}
a.language-link.navbar-item.is-active {
display:none;
}
.navbar-item.has-dropdown:hover .navbar-link,
.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown.is-active .navbar-link {

View file

@ -0,0 +1,8 @@
{{ title_prefix }}
{% if label %}
{{ label }}
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}

View file

@ -1,5 +0,0 @@
{% if links -%}
{%- for item in links -%}
{{ item.link }}
{%- endfor -%}
{%- endif %}

View file

@ -11,6 +11,9 @@
<div class="column footer-logo is-half">
<a href="#" title="Back to top" aria-label="Back to top"><span class="icon"><i class="agc agc-logo"></i></span></a>
</div>
<div class="column">
{{ language_switcher }}
</div>
<div class="column">
Agaric LLC<br>Boston, MA 02134
</div>