Link header to root of site
This commit is contained in:
parent
ab3611cbce
commit
e9e802889d
@ -6,7 +6,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>url snail</h1>
|
<h1><a href="{{ url("/") }}">url snail</a></h1>
|
||||||
@yield('content')
|
@yield('content')
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user