You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
938 B
PHTML
16 lines
938 B
PHTML
<meta name="title" content="{{ $title }}" />
|
|
<meta name="description" content="{{ $settings->description }}" />
|
|
<meta name="keywords" content="{{ $settings->keywords }}" />
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="{{ $title }}">
|
|
<meta property="og:description" content="{{ $settings->description }}">
|
|
<meta property="og:image" content="/images/greeting/image2.png">
|
|
<meta property="og:url" content="{{ request()->url() }}">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="{{ $title }}">
|
|
<meta name="twitter:description" content="{{ $settings->description }}">
|
|
<meta name="twitter:image" content="/images/greeting/image2.png">
|
|
<meta name="twitter:domain" content="{{ config('app.url') }}">
|
|
<link rel="icon" type="image/png" href="/images/favicon.png" />
|
|
<link rel="canonical" href="{{ config('app.url') }}">
|