mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 06:23:18 +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>
|
</head>
|
||||||
<body class="">
|
<body class="">
|
||||||
@include('layouts.partial.nav')
|
@include('layouts.partial.nav')
|
||||||
<main class="">
|
<main id="content">
|
||||||
@yield('content')
|
@yield('content')
|
||||||
</main>
|
</main>
|
||||||
<div class="align-items-end">
|
|
||||||
@include('layouts.partial.footer')
|
@include('layouts.partial.footer')
|
||||||
</div>
|
|
||||||
<script type="text/javascript" src="{{ asset('js/app.js') }}"></script>
|
<script type="text/javascript" src="{{ asset('js/app.js') }}"></script>
|
||||||
@stack('scripts')
|
@stack('scripts')
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue