Blog opens in new tab.
This commit is contained in:
parent
3c3f2df195
commit
057450bbed
|
|
@ -37,7 +37,7 @@
|
||||||
// HACK
|
// HACK
|
||||||
$route = (object)$route;
|
$route = (object)$route;
|
||||||
@endphp
|
@endphp
|
||||||
<a class="text-decoration-none fw-normal" href="{{ url($route->location) }}">{{ $route->label }}</a>
|
<a class="text-decoration-none fw-normal" href="{{ url($route->location) }}"{{ $route->label == 'Blog' ? ' target="_blank"' : '' }}>{{ $route->label }}</a>
|
||||||
@if($index != array_key_last($routes))
|
@if($index != array_key_last($routes))
|
||||||
{{ ' | ' }}
|
{{ ' | ' }}
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue