fix nav panel texts list spacing
This commit is contained in:
parent
be631dbe67
commit
7d577654a4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<ul class="panel__all-texts panel-item-content__texts hidden">
|
||||
<ul class="texts panel__all-texts panel-item-content__texts hidden">
|
||||
<?php foreach(page('textes')->grandChildren()->sortBy('published', 'desc') as $article): ?>
|
||||
<?php
|
||||
$author = $article->author()->toPage() == null ? "inconnu" : $article->author()->toPage()->title();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue