File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ function get_operating_system() {
275
275
@elseif ($link -> name === " mastodon" )
276
276
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" me noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" @if (theme (' use_custom_icons' ) == " true" ){{ url (' themes/' . $GLOBALS [' themeName' ] . ' /extra/custom-icons' ) } } /{{ $linkName } }{{ theme (' custom_icon_extension' )} } @else {{ asset (' \/littlelink/icons\/' ) . $linkName } } .svg @endif " >{{ $link -> title } } </a ></div >
277
277
@elseif ($link -> name === " custom_website" and $link -> custom_css === " " or $link -> custom_css === " NULL" or (theme (' allow_custom_buttons' ) == " false" and $link -> name === " custom" ) )
278
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ url (' ico' ). ' ?' . $link -> id } }" loading =" lazy" >{{ $link -> title } } </a ></div >
278
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset ( ' studio/favicon/favicon.gif ' ) } } " onload = " this.src=' {{ url (' ico' ). ' ?' . $link -> id } }' " loading =" lazy" >{{ $link -> title } } </a ></div >
279
279
@elseif ($link -> name === " custom_website" and $link -> custom_css != " " )
280
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ url (' ico' ). ' ?' . $link -> id } }" loading =" lazy" >{{ $link -> title } } </a ></div >
280
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset ( ' studio/favicon/favicon.gif ' ) } } " onload = " this.src=' {{ url (' ico' ). ' ?' . $link -> id } }' " loading =" lazy" >{{ $link -> title } } </a ></div >
281
281
@elseif ($link -> name === " space" )
282
282
<?php
283
283
if (is_numeric ($link -> title ) and $link -> title < 10 )
You can’t perform that action at this time.
0 commit comments