mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-05-05 04:19:04 +02:00
Improved page loading time
This commit is contained in:
parent
97097dd731
commit
b5e2b57c90
@ -101,8 +101,8 @@ if($customBackgroundExists == true){
|
|||||||
<!--#### END Meta Tags social media preview images ####-->
|
<!--#### END Meta Tags social media preview images ####-->
|
||||||
|
|
||||||
<!-- Custom icons font-awesome -->
|
<!-- Custom icons font-awesome -->
|
||||||
<script src="{{ asset('studio/external-dependencies/fontawesome.js') }}" crossorigin="anonymous" defer></script>
|
<script>{!! file_get_contents(base_path("studio/external-dependencies/fontawesome.js")) !!}</script>
|
||||||
<link rel="stylesheet" href="{{ asset('studio/external-dependencies/fontawesome.css') }}" defer>
|
<style>{!! file_get_contents(base_path("studio/external-dependencies/fontawesome.css")) !!}</style>
|
||||||
|
|
||||||
@include('layouts.fonts')
|
@include('layouts.fonts')
|
||||||
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
|
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user