Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user