edit routes

This commit is contained in:
Le Libre Au Quotidien 2020-10-25 19:10:34 +01:00
parent 1e04bf7e9f
commit 14e6f2946d
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<div class="col xl6 m2 l6 s12">
@foreach ($categories as $category)
<a class="waves-effect waves-light btn-large" href="{{ $category->path }}">{{ $category->name }}</a>
<a class="waves-effect waves-light btn-large" href="/content/{{ $category->path }}">{{ $category->name }}</a>
@endforeach
</div>