fix category page
This commit is contained in:
parent
18db74998d
commit
a1d945a8ab
5 changed files with 51 additions and 69 deletions
|
|
@ -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() ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue