remove 'publication prévue le'
This commit is contained in:
parent
cba733c14c
commit
772d310fa9
2 changed files with 6 additions and 9 deletions
|
|
@ -26,10 +26,8 @@
|
|||
<span class="light">par</span>
|
||||
<a class="author"
|
||||
href="/auteurs/<?= Str::slug($author) ?>"><?= $author ?></a><br>
|
||||
<!-- <span class="light">publié le
|
||||
</span><?php // echo $article->published()->toDate('d/m/Y')?><br>
|
||||
-->
|
||||
<span class="light">publication prévue le</span> 21/02/25<br>
|
||||
|
||||
<span class="light">publié le</span><?php echo $article->published()->toDate('d/m/Y') ?><br>
|
||||
|
||||
<span class="light">dans</span> <a
|
||||
href="<?= $article->parent()->url() ?>"><?= $article->parent()->title() ?></a>
|
||||
|
|
|
|||
|
|
@ -45,10 +45,9 @@
|
|||
<span class="light">par</span>
|
||||
<a class="author"
|
||||
href="/auteurs/<?= Str::slug($author) ?>"><?= $author ?></a><br>
|
||||
<!-- <span class="light">publié le
|
||||
</span><?php // echo $article->published()->toDate('d/m/Y')?><br>
|
||||
-->
|
||||
<span class="light">publication prévue le</span> 21/02/25<br>
|
||||
|
||||
<span class="light">publié le</span><?php echo $article->published()->toDate('d/m/Y') ?><br>
|
||||
|
||||
<span class="light">dans</span> <a
|
||||
href="<?= $article->parent()->url() ?>"><?= $article->parent()->title() ?></a>
|
||||
/ <a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue