MODIFY sigle page & comments

This commit is contained in:
2025-08-07 12:04:48 +00:00
parent f450ce568a
commit 006e242de0
4 changed files with 73 additions and 42 deletions

View File

@ -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 -->