Blog opens in new tab.

This commit is contained in:
Graphictoria 2022-04-16 13:30:09 -04:00
parent 3c3f2df195
commit 057450bbed
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
// HACK
$route = (object)$route;
@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))
{{ ' | ' }}
@endif