fix category page
This commit is contained in:
parent
a1d945a8ab
commit
7f661597ba
4 changed files with 11 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
|||
@click="edito = !edito">Lire</button>
|
||||
<?php endif ?>
|
||||
<ul class="texts">
|
||||
<?php foreach($page->children() as $article): ?>
|
||||
<?php foreach($page->texts()->toPages() as $article): ?>
|
||||
<li class="text">
|
||||
<a href="<?= $article->url() ?>"
|
||||
class="text__title no-underline">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue