add space
This commit is contained in:
parent
772d310fa9
commit
bf20f1d394
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<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">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>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<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">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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue