Loading templates/nav.html +0 −7 Original line number Diff line number Diff line Loading @@ -17,13 +17,6 @@ {% endif %} <ul class="d-block d-sm-flex flex-wrap d-md-block list-unstyled mb-0 text-monospace" id="mlabMenu"> {% if this._path != '/' %} <li class="flex-fill text-center d-md-block mx-2 mb-2"> <a class="btn btn-mitte px-md-4 w-100 text-md-left text-center" href="/"> {{ bag('menu', this.alt, 'home') }} </a> </li> {% endif %} {% for href, title in [ ('/sede', bag('menu', this.alt, 'headquarters')), ('/associazione', bag('menu', this.alt, 'association')), Loading templates/page.html +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ <div class="col-md-5 col-lg-4 col-xl-3 col-xxl-2 px-0"> <svg class="w-100 h-100 position-absolute z-lowest" id="graph"></svg> <header class="my-3 text-center"> <img src="{{ '/images/logo.svg' | url}}" alt="Mittelab" class="logo m-2"> <a href="/"><img src="{{ '/images/logo.svg' | url}}" alt="Mittelab" class="logo m-2"></a> </header> <nav class="w-100 px-3"> {% include 'nav.html' %} Loading Loading
templates/nav.html +0 −7 Original line number Diff line number Diff line Loading @@ -17,13 +17,6 @@ {% endif %} <ul class="d-block d-sm-flex flex-wrap d-md-block list-unstyled mb-0 text-monospace" id="mlabMenu"> {% if this._path != '/' %} <li class="flex-fill text-center d-md-block mx-2 mb-2"> <a class="btn btn-mitte px-md-4 w-100 text-md-left text-center" href="/"> {{ bag('menu', this.alt, 'home') }} </a> </li> {% endif %} {% for href, title in [ ('/sede', bag('menu', this.alt, 'headquarters')), ('/associazione', bag('menu', this.alt, 'association')), Loading
templates/page.html +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ <div class="col-md-5 col-lg-4 col-xl-3 col-xxl-2 px-0"> <svg class="w-100 h-100 position-absolute z-lowest" id="graph"></svg> <header class="my-3 text-center"> <img src="{{ '/images/logo.svg' | url}}" alt="Mittelab" class="logo m-2"> <a href="/"><img src="{{ '/images/logo.svg' | url}}" alt="Mittelab" class="logo m-2"></a> </header> <nav class="w-100 px-3"> {% include 'nav.html' %} Loading