add space

This commit is contained in:
isUnknown 2025-03-14 18:38:44 +01:00
parent 772d310fa9
commit bf20f1d394
2 changed files with 2 additions and 2 deletions

View file

@ -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>