ajout d'un toggle pour désactiver le bandeau du haut de la page

This commit is contained in:
antonin gallon 2026-01-27 16:11:17 +01:00
parent c5ae72945d
commit f771bb3f24
95 changed files with 22574 additions and 1 deletions

View file

@ -46,7 +46,8 @@
</style>
</head>
<body data-template="<?= $page->template() ?>">
<?php if ($page->isHomePage()): ?>
<?php if ($page->isHomePage() && $site->infoBannerEnabled()->toBool()): ?>
<?php snippet('info-banner') ?>
<?php endif ?>
<?php snippet('nav') ?>