mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
wip
This commit is contained in:
parent
296f7d4196
commit
490731b1d8
3 changed files with 4 additions and 4 deletions
|
|
@ -16,11 +16,11 @@
|
||||||
<meta property="twitter:site" content="@samuelstancl">
|
<meta property="twitter:site" content="@samuelstancl">
|
||||||
<meta property="twitter:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}">
|
<meta property="twitter:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}">
|
||||||
<meta name="twitter:image:alt" content="{{ $page->siteName }}">
|
<meta name="twitter:image:alt" content="{{ $page->siteName }}">
|
||||||
|
|
||||||
<meta name="twitter:image" content="https://previewify.app/i/760?url={{ $page->getUrl() }}">
|
<meta name="twitter:image" content="https://previewify.app/i/760?url={{ $page->getUrl() }}">
|
||||||
<meta property="og:image" content="https://previewify.app/i/760?url={{ $page->getUrl() }}">
|
<meta property="og:image" content="https://previewify.app/i/760?url={{ $page->getUrl() }}">
|
||||||
|
|
||||||
<meta name="previewify:overline" content="Tenancy for Laravel">
|
<meta name="previewify:overline" content="Tenancy for Laravel {{ $page->version() }}">
|
||||||
<meta name="previewify:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}">
|
<meta name="previewify:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}">
|
||||||
<meta name="previewify:subtitle" content="Turn any Laravel application multi-tenant, automatically. No code changes needed.">
|
<meta name="previewify:subtitle" content="Turn any Laravel application multi-tenant, automatically. No code changes needed.">
|
||||||
<meta name="previewify:repository" content="stancl/tenancy">
|
<meta name="previewify:repository" content="stancl/tenancy">
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
<body class="font-sans antialiased">
|
<body class="font-sans antialiased">
|
||||||
<div class="p-2">
|
<div class="p-2">
|
||||||
@include('_partials.header-docs')
|
@include('_partials.header-docs')
|
||||||
|
|
||||||
<main role="main" class="">
|
<main role="main" class="">
|
||||||
<section class="px-6 py-4">
|
<section class="px-6 py-4">
|
||||||
<div class="grid grid-cols-8 gap-4">
|
<div class="grid grid-cols-8 gap-4">
|
||||||
|
|
|
||||||
BIN
source/assets/img/previewify-image-old.png
Normal file
BIN
source/assets/img/previewify-image-old.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue