mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-15 18:57:20 +02:00
Revert "Update link-display.blade.php"
This reverts commit 6064ea026bc68a2d1c02f54741bfc04e8090567d.
This commit is contained in:
parent
273d9942de
commit
75a5dafe9b
@ -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').'?'.$link->id}}'" loading="lazy">
|
<img alt="button-icon" class="icon hvr-icon" src="{{asset('studio/favicon/favicon.gif')}}" onload="this.src='{{url('ico').'?'.$BaseURL}}'" loading="lazy">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
{{ $link->title }}
|
{{ $link->title }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user