MODIFY sigle page & comments
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
</div>
|
||||
|
||||
<!-- nav -->
|
||||
<div class="d-flex align-items-center justify-content-around bg-body-tertiary">
|
||||
<div class="align-items-center justify-content-around bg-body-tertiary d-none d-lg-flex">
|
||||
<div>
|
||||
<nav class="navbar navbar-expand-lg">
|
||||
<div class="container-fluid">
|
||||
@ -33,7 +33,7 @@
|
||||
{% include "partials/btn-search.twig" with {'items': menu.get_items} %}
|
||||
</div> #}
|
||||
<div>
|
||||
{% include "partials/menu-burger.twig" with {'items': menu.get_items} %}
|
||||
{% include "partials/menu-burger.twig" with {'items': menu.get_items, 'burger_id': 'menu-burger-desktop'} %}
|
||||
</div>
|
||||
</div>
|
||||
<!-- end nav -->
|
||||
|
||||
Reference in New Issue
Block a user