This commit is contained in:
Samuel Štancl 2019-09-18 09:07:34 +02:00
parent c93b11b0da
commit 87ef4776f6
7 changed files with 53 additions and 48 deletions

View file

@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=getting-started/index.html">
<meta http-equiv="refresh" content="0; url=getting-started">
<title>stancl/tenancy</title>
</head>
</html>

View file

@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=getting-started/index.html">
<meta http-equiv="refresh" content="0; url=getting-started">
<title>stancl/tenancy</title>
</head>
</html>

View file

@ -1,7 +1,7 @@
@php $level = $level ?? 0 @endphp
<ul class="list-reset my-0">
@foreach ($items as $label => $item)
@foreach ($items[$page->version()] as $label => $item)
@include('_nav.menu-item')
@endforeach
</ul>

View file

@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url={{ $page->baseUrl . $page->defaultVersion }}/index.html">
<meta http-equiv="refresh" content="0; url={{ $page->baseUrl . $page->defaultVersion }}">
<title>stancl/tenancy</title>
</head>
</html>