Link header to root of site

This commit is contained in:
Annika Backstrom 2024-05-29 22:41:58 +01:00
parent ab3611cbce
commit e9e802889d
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE
1 changed files with 1 additions and 1 deletions

View File

@ -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>