mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-05 22:21:08 +02:00
Update link-display.blade.php
This commit is contained in:
parent
a3a462ce9d
commit
6064ea026b
@ -5,7 +5,7 @@
|
||||
|
||||
<a class="button button-custom button button-hover icon-hover" rel="noopener noreferrer nofollow" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" @if(theme('open_links_in_same_tab') !="true" )target="_blank" @endif>
|
||||
@if($params->GetSiteIcon ?? true)
|
||||
<img alt="button-icon" class="icon hvr-icon" src="{{asset('studio/favicon/favicon.gif')}}" onload="this.src='{{url('ico').'?'.$BaseURL}}'" loading="lazy">
|
||||
<img alt="button-icon" class="icon hvr-icon" src="{{asset('studio/favicon/favicon.gif')}}" onload="this.src='{{url('ico').'?'.$link->id}}'" loading="lazy">
|
||||
@endif
|
||||
|
||||
{{ $link->title }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user