2018-04-16 00:00:49 +00:00
|
|
|
<!DOCTYPE html>
|
2019-11-11 01:22:21 +00:00
|
|
|
@auth
|
2018-04-16 00:00:49 +00:00
|
|
|
<html lang="{{ app()->getLocale() }}">
|
|
|
|
<head>
|
2021-05-12 04:09:36 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
2018-04-17 01:26:53 +00:00
|
|
|
|
2021-05-12 04:09:36 +00:00
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
2018-06-02 18:11:08 +00:00
|
|
|
|
2021-05-12 04:09:36 +00:00
|
|
|
<title>{{ $title ?? config_cache('app.name') }}</title>
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
2018-08-10 04:38:46 +00:00
|
|
|
|
2021-05-12 04:09:36 +00:00
|
|
|
<meta property="og:site_name" content="{{ config_cache('app.name') }}">
|
|
|
|
<meta property="og:title" content="{{ $title ?? config_cache('app.name') }}">
|
|
|
|
<meta property="og:type" content="article">
|
|
|
|
<meta property="og:url" content="{{url(request()->url())}}">
|
|
|
|
@stack('meta')
|
|
|
|
|
|
|
|
<meta name="medium" content="image">
|
|
|
|
<meta name="theme-color" content="#10c5f8">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="apple-touch-icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="canonical" href="{{url(request()->url())}}">
|
|
|
|
@if(request()->cookie('dark-mode'))
|
|
|
|
|
|
|
|
<link href="{{ mix('css/appdark.css') }}" rel="stylesheet" data-stylesheet="dark">
|
|
|
|
@else
|
|
|
|
|
|
|
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
|
|
|
|
@endif
|
|
|
|
|
|
|
|
@stack('styles')
|
|
|
|
|
|
|
|
@if(config_cache('uikit.show_custom.css'))
|
|
|
|
<style type="text/css">{!!config_cache('uikit.custom.css')!!}</style>
|
|
|
|
@endif
|
|
|
|
|
|
|
|
<script type="text/javascript">window._sharedData = {curUser: {}, version: 0}; window.App = {config: {!!App\Util\Site\Config::json()!!}};</script>
|
2018-04-17 01:26:53 +00:00
|
|
|
|
2018-04-16 00:00:49 +00:00
|
|
|
</head>
|
2019-11-11 01:22:21 +00:00
|
|
|
<body class="loggedIn">
|
2021-05-12 04:09:36 +00:00
|
|
|
@include('layouts.partial.nav')
|
|
|
|
<main id="content">
|
|
|
|
@yield('content')
|
|
|
|
<noscript>
|
|
|
|
<div class="container">
|
|
|
|
<p class="pt-5 text-center lead">Please enable javascript to view this content.</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</noscript>
|
|
|
|
</main>
|
|
|
|
@include('layouts.partial.footer')
|
|
|
|
<script type="text/javascript" src="{{ mix('js/manifest.js') }}"></script>
|
|
|
|
<script type="text/javascript" src="{{ mix('js/vendor.js') }}"></script>
|
|
|
|
<script type="text/javascript" src="{{ mix('js/app.js') }}"></script>
|
|
|
|
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
|
|
|
|
@stack('scripts')
|
|
|
|
<div class="mobile-footer-spacer d-block d-sm-none mt-5"></div>
|
|
|
|
<div class="mobile-footer d-block d-sm-none fixed-bottom">
|
2021-08-31 07:12:16 +00:00
|
|
|
<div class="card card-body rounded-0 pt-2 pb-4 box-shadow" style="border-top:1px solid #F1F5F8">
|
2021-05-12 04:09:36 +00:00
|
|
|
<ul class="nav nav-pills nav-fill d-flex align-items-middle">
|
|
|
|
<li class="nav-item">
|
2021-08-31 07:12:16 +00:00
|
|
|
<a class="nav-link text-dark" href="/"><i class="fal fa-home fa-2x"></i></a>
|
2021-05-12 04:09:36 +00:00
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
2021-08-31 07:12:16 +00:00
|
|
|
<a class="nav-link text-dark" href="/discover"><i class="fal fa-search fa-2x"></i></a>
|
2021-05-12 04:09:36 +00:00
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<div class="nav-link cursor-pointer text-dark" onclick="App.util.compose.post()">
|
2021-08-31 07:12:16 +00:00
|
|
|
<i class="fal fa-plus-circle fa-2x"></i>
|
2021-05-12 04:09:36 +00:00
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
2021-08-31 07:12:16 +00:00
|
|
|
<a class="nav-link text-dark" href="/account/activity"><i class="fal fa-bell fa-2x"></i></a>
|
2021-05-12 04:09:36 +00:00
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
2021-08-31 07:12:16 +00:00
|
|
|
<a class="nav-link text-dark" href="/i/me"><i class="fal fa-user fa-2x"></i></a>
|
2021-05-12 04:09:36 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-04-16 00:00:49 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
2019-11-11 01:22:21 +00:00
|
|
|
@endauth
|
|
|
|
|
|
|
|
@guest
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-05-12 04:09:36 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
2019-11-11 01:22:21 +00:00
|
|
|
|
2021-05-12 04:09:36 +00:00
|
|
|
<title>{{ $title ?? config('app.name', 'Pixelfed') }}</title>
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
2019-11-11 01:22:21 +00:00
|
|
|
|
2021-05-12 04:09:36 +00:00
|
|
|
<meta property="og:site_name" content="{{ config('app.name', 'pixelfed') }}">
|
|
|
|
<meta property="og:title" content="{{ $title ?? config('app.name', 'pixelfed') }}">
|
|
|
|
<meta property="og:type" content="article">
|
|
|
|
<meta property="og:url" content="{{url(request()->url())}}">
|
|
|
|
@stack('meta')
|
2019-11-11 01:22:21 +00:00
|
|
|
|
2021-05-12 04:09:36 +00:00
|
|
|
<meta name="medium" content="image">
|
|
|
|
<meta name="theme-color" content="#10c5f8">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="apple-touch-icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="canonical" href="{{url(request()->url())}}">
|
|
|
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
|
|
|
|
<script type="text/javascript">window._sharedData = {curUser: {}, version: 0}; window.App = {config: {!!App\Util\Site\Config::json()!!}};</script>
|
|
|
|
@stack('styles')
|
2019-11-11 01:22:21 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-05-12 04:09:36 +00:00
|
|
|
@include('layouts.partial.nav')
|
|
|
|
<main id="content">
|
|
|
|
@yield('content')
|
|
|
|
</main>
|
|
|
|
@include('layouts.partial.footer')
|
|
|
|
<script type="text/javascript" src="{{ mix('js/manifest.js') }}"></script>
|
|
|
|
<script type="text/javascript" src="{{ mix('js/vendor.js') }}"></script>
|
|
|
|
<script type="text/javascript" src="{{ mix('js/app.js') }}"></script>
|
|
|
|
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
|
|
|
|
@stack('scripts')
|
2019-11-11 01:22:21 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
@endguest
|