mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update app.blade.php
This commit is contained in:
parent
ae6a59e782
commit
840ea0b41b
1 changed files with 2 additions and 4 deletions
|
@ -19,12 +19,10 @@
|
|||
</head>
|
||||
<body class="">
|
||||
@include('layouts.partial.nav')
|
||||
<main class="">
|
||||
<main id="content">
|
||||
@yield('content')
|
||||
</main>
|
||||
<div class="align-items-end">
|
||||
@include('layouts.partial.footer')
|
||||
</div>
|
||||
@include('layouts.partial.footer')
|
||||
<script type="text/javascript" src="{{ asset('js/app.js') }}"></script>
|
||||
@stack('scripts')
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue