summaryrefslogtreecommitdiff
path: root/resources/views/template.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/template.blade.php')
-rwxr-xr-xresources/views/template.blade.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php
index 5d41e61..61a7a59 100755
--- a/resources/views/template.blade.php
+++ b/resources/views/template.blade.php
@@ -5,7 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TG</title>
<meta name="csrf-token" content="{{ csrf_token() }}">
- <link rel="stylesheet" href="/css/home.css">
+ @v('css/home.css')
+ <!--<link rel="stylesheet" href="/css/home.css">-->
@yield('head')
</head>
<body>