Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>@yield('title', 'Skinbase')</title>
|
||||
@php($page_robots = $page_robots ?? 'noindex,nofollow')
|
||||
@include('partials.seo.head', ['seo' => $seo ?? null])
|
||||
</head>
|
||||
<body>
|
||||
@yield('content')
|
||||
|
||||
Reference in New Issue
Block a user