Compare commits
No commits in common. "67d40bd166f6a785a9ebe8e312e3612ff11f2bbb" and "0ad520863863249e028fa9b40f8b6e157d7053f5" have entirely different histories.
67d40bd166
...
0ad5208638
1 changed files with 4 additions and 3 deletions
|
@ -6,11 +6,11 @@
|
|||
<meta name="theme-color" content="#c3639e" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>
|
||||
@yield('title')
|
||||
@yield('title')
|
||||
</title>
|
||||
@if(isset($front) && $front == false)
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/back/start.css?=sdfsdf">
|
||||
@elseif(!isset($front) || $front == true)
|
||||
@elseif(!isset($front) || $front == true)
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||||
@endif
|
||||
|
||||
|
@ -98,5 +98,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue