We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98d942 commit f210346Copy full SHA for f210346
resources/views/littlelink.blade.php
@@ -62,11 +62,11 @@
62
<link rel="stylesheet" href="themes/{{$info->theme}}/share.button.css">
63
<link rel="stylesheet" href="themes/{{$info->theme}}/brands.css">
64
<link rel="stylesheet" href="themes/{{$info->theme}}/skeleton-auto.css">
65
- @if(file_exists(asset('themes/' . $info->theme . '/animations.css')))
+@if(file_exists(asset('themes/' . $info->theme . '/animations.css')))
66
<link rel="stylesheet" href="<?php echo asset('themes/' . $info->theme . '/animations.css') ?>">
67
- @else
+@else
68
<link rel="stylesheet" href="{{ asset('littlelink/css/animations.css') }}">
69
- @endif
+@endif
70
71
@else
72
<?php // override dark/light mode if override cookie is set
0 commit comments