forked from mirror/pixelfed
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')
|
||||
|
||||
</head>
|
||||
<body class="">
|
||||
<body class="{{Auth::check()?'loggedIn':''}}">
|
||||
@include('layouts.partial.nav')
|
||||
<main id="content">
|
||||
@yield('content')
|
||||
|
|
Loading…
Reference in a new issue