fix category page

This commit is contained in:
isUnknown 2025-02-21 13:08:53 +01:00
parent 18db74998d
commit a1d945a8ab
5 changed files with 51 additions and 69 deletions

View file

@ -17,7 +17,7 @@
<span class="light">dans</span> <a
href="<?= $page->parent()->url() ?>"
title="voir les textes liés à l'année <?= $page->parent()->title() ?>"><?= $page->parent()->title() ?></a>
/ <a href="/categories/<?= $page->category() ?>"
/ <a href="/categories/<?= Str::slug($page->category()) ?>"
title="voir les textes de la catégorie <?= $page->category() ?>"><?= $page->category() ?></a>
</p>
<?php endslot() ?>