header > nav : show all site listed children
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
This commit is contained in:
parent
c0118d891e
commit
231b2fda69
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
<?php foreach ($site->children()->listed()->without($page) as $navItem): ?>
|
||||
<?php foreach ($site->children()->listed() as $navItem): ?>
|
||||
<li><a href="<?= $navItem->url() ?>"><?= $navItem->title() ?></a></li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue