fix: 登录 Undefined array key(unset 后访问已删 key);sablog 主题 footer 错位(#page 由页面视图自闭合);PaymentSettings Section 类路径(v5 移到 Schemas);modern 主题两栏布局
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@include('partials.head')
|
||||
<body>
|
||||
@include('partials.header')
|
||||
<div id="page">
|
||||
<div id="content">
|
||||
<h1 class="list-title">搜索:{{ $keyword ?: '全部' }}</h1>
|
||||
<form action="{{ route('search') }}" method="get" class="search-form">
|
||||
@@ -18,6 +19,7 @@
|
||||
@include('partials.pagination', ['paginator' => $posts])
|
||||
</div>
|
||||
@include('partials.sidebar')
|
||||
</div>{{-- #page --}}
|
||||
@include('partials.footer')
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user