mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update master layout
This commit is contained in:
parent
f153a66701
commit
dfc71913f1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
@stack('styles')
|
@stack('styles')
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="">
|
<body class="{{Auth::check()?'loggedIn':''}}">
|
||||||
@include('layouts.partial.nav')
|
@include('layouts.partial.nav')
|
||||||
<main id="content">
|
<main id="content">
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|
Loading…
Add table
Reference in a new issue