minimal changes

This commit is contained in:
Le Libre Au Quotidien 2020-10-26 19:02:17 +01:00
parent 0884d0e8c2
commit 511484131b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="col xl9 l9 m9 s12">
@foreach ($category->contents as $content)
<a class="waves-effect waves-light btn-large" href="/content/{{ $content->href }}">
<a class="waves-effect waves-light btn-large" href="/content/{{ $content->path }}">
{{ $content->name }}
</a>
@endforeach