Refine SEO, uploads, and deploy handling

This commit is contained in:
2026-05-02 10:48:08 +02:00
parent b6be6ed2ac
commit a9dfa6ea11
97 changed files with 373 additions and 327 deletions

View File

@@ -6,6 +6,10 @@
@php
$skinbaseSessionSkipped = request()->attributes->get('skinbase.session_skipped') === true;
$skinbaseCanUseSession = request()->hasSession() && ! $skinbaseSessionSkipped;
$page_title = $page_title ?? 'Story Editor';
$page_meta_description = $page_meta_description ?? 'Create and edit stories on Skinbase.';
$page_canonical = $page_canonical ?? url()->current();
$page_robots = $page_robots ?? 'noindex,nofollow';
@endphp
<!DOCTYPE html>
<html lang="{{ app()->getLocale() }}">
@@ -16,7 +20,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
@endif
<title>{{ $page_title ?? 'Story Editor' }} Skinbase</title>
@include('partials.seo.head', ['seo' => $seo ?? null])
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />