mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53: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 rel="canonical" href="{{request()->url()}}">
|
||||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
||||||
@stack('styles')
|
@stack('styles')
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="">
|
<body class="">
|
||||||
@include('layouts.partial.nav')
|
@include('layouts.partial.nav')
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
</main>
|
</main>
|
||||||
@include('layouts.partial.footer')
|
@include('layouts.partial.footer')
|
||||||
<script type="text/javascript" src="{{ mix('js/app.js') }}"></script>
|
<script type="text/javascript" src="{{ mix('js/app.js') }}"></script>
|
||||||
|
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
|
||||||
@stack('scripts')
|
@stack('scripts')
|
||||||
@if(Auth::check())
|
@if(Auth::check())
|
||||||
<div class="modal" tabindex="-1" role="dialog" id="composeModal">
|
<div class="modal" tabindex="-1" role="dialog" id="composeModal">
|
||||||
|
|
Loading…
Reference in a new issue