Title
This commit is contained in:
parent
d987ae7428
commit
98a61f68dc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Kuvia {{ $title ?? '' }}</title>
|
<title>Kuvia @yield('title')</title>
|
||||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/css/theme.css">
|
<link rel="stylesheet" href="/css/theme.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
Loading…
Reference in a new issue