Design page events
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m10s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m10s
This commit is contained in:
parent
96652e1170
commit
ac04d64460
5 changed files with 36 additions and 19 deletions
|
|
@ -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 ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue