We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194ba67 commit 0686484Copy full SHA for 0686484
resources/views/layouts/_og.blade.php
@@ -7,11 +7,4 @@
7
<!-- Facebook sharing -->
8
<meta property="og:url" content="{{ url()->current() }}" />
9
<meta property="og:title" content="{{ isset($title) ? $title.' | ' : '' }}{{ config('app.name') }}" />
10
-
11
-@if (isset($shareImage))
12
- <meta property="og:image" content="{{ $shareImage }}" />
13
-@else
14
- <meta property="og:image" content="{{ asset('images/socialcard.png') }}" />
15
-@endif
16
17
<!-- /Facebook sharing -->
0 commit comments