Skip to content

Commit 0686484

Browse files
committed
🔍 mis a jour du seo
1 parent 194ba67 commit 0686484

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/views/layouts/_og.blade.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,4 @@
77
<!-- Facebook sharing -->
88
<meta property="og:url" content="{{ url()->current() }}" />
99
<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-
1710
<!-- /Facebook sharing -->

0 commit comments

Comments
 (0)