mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-09 08:01:10 +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>
|
<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)
|
@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
|
@endif
|
||||||
|
|
||||||
{{ $link->title }}
|
{{ $link->title }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user