mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update layout template
This commit is contained in:
parent
5980c3cd14
commit
ff14c47699
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
<link rel="canonical" href="{{request()->url()}}">
|
||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
||||
@stack('styles')
|
||||
|
||||
</head>
|
||||
<body class="">
|
||||
@include('layouts.partial.nav')
|
||||
|
@ -32,6 +33,7 @@
|
|||
</main>
|
||||
@include('layouts.partial.footer')
|
||||
<script type="text/javascript" src="{{ mix('js/app.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
|
||||
@stack('scripts')
|
||||
@if(Auth::check())
|
||||
<div class="modal" tabindex="-1" role="dialog" id="composeModal">
|
||||
|
|
Loading…
Reference in a new issue