@php $pageTitle = html_entity_decode(html_entity_decode(trim($__env->yieldContent('title', 'Pierre2.net')))); $siteName = 'Pierre2.net'; $fullTitle = ($pageTitle === $siteName) ? $siteName : $pageTitle . ' - ' . $siteName; @endphp {{ $fullTitle }} @hasSection('meta_description') @endif @include('partials.seo-meta') {{-- Figtree font is self-hosted via @font-face in app.css --}} @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Dark mode: set class before paint to avoid flash --}}
@include('partials.header')
@include('partials.sidebar')
@yield('content')
@include('partials.footer')
@include('partials.scroll-to-top')