mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 07:40:58 +00:00
Added custom meta titles to many pages. Closes #30.
This commit is contained in:
parent
f1c2866fbc
commit
c32d70abc4
13 changed files with 56 additions and 11 deletions
app/Http/Controllers
|
@ -18,6 +18,7 @@ class SettingController extends Controller
|
|||
public function index()
|
||||
{
|
||||
$this->checkPermission('settings-update');
|
||||
$this->setPageTitle('Settings');
|
||||
return view('settings/index');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue