fix category page
This commit is contained in:
parent
a1d945a8ab
commit
7f661597ba
4 changed files with 11 additions and 7 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<span class="light">dans</span> <a
|
||||
href="<?= $article->parent()->url() ?>"><?= $article->parent()->title() ?></a>
|
||||
/ <a
|
||||
href="/categories/<?= $article->category() ?>"><?= $article->category() ?></a>
|
||||
href="/categories/<?= Str::slug($article->category()) ?>"><?= $article->category() ?></a>
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue