Twitter image for docs

This commit is contained in:
Samuel Štancl 2020-07-19 15:18:52 +02:00
parent d3fcb69b5b
commit ea417e4eec
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,10 @@
<meta property="og:url" content="{{ $page->getUrl() }}"/> <meta property="og:url" content="{{ $page->getUrl() }}"/>
<meta property="og:image" content="/assets/img/logo.png"/> <meta property="og:image" content="/assets/img/logo.png"/>
<meta property="og:type" content="website"/> <meta property="og:type" content="website"/>
<meta property="twitter:image" content="https://tenancyforlaravel.com/assets/img/logo.png"/>
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@samuelstancl">
<meta property="twitter:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}">
<meta name="theme-color" content="#5850EC"> <meta name="theme-color" content="#5850EC">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">

View file

@ -24,4 +24,4 @@ to this:
Now you can use Livewire both in the central app and the tenant app. Now you can use Livewire both in the central app and the tenant app.
Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }}) Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }}).