Design page events
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m10s

This commit is contained in:
camille 2026-06-23 09:40:31 +02:00
parent 96652e1170
commit ac04d64460
5 changed files with 36 additions and 19 deletions

View file

@ -17,6 +17,10 @@
</div>
<nav>
<ul>
<li class="logo-menu">
Lesort<br>
Hecq
</li>
<?php foreach ($site->children()->listed() as $navItem): ?>
<li><a href="<?= $navItem->url() ?>"><?= $navItem->title() ?></a></li>
<?php endforeach ?>