From 107995a4caf4c4ca5428c21994aec1857a385a55 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 1 Aug 2024 09:57:31 -0300 Subject: [PATCH] chore: add support to Open Graph Ref: https://opengraph.dev Signed-off-by: Vitor Mattos --- source/_layouts/main.blade.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_layouts/main.blade.php b/source/_layouts/main.blade.php index 751f0ab..8d4dd82 100644 --- a/source/_layouts/main.blade.php +++ b/source/_layouts/main.blade.php @@ -5,6 +5,16 @@ {{ $page->title }} + @if (!empty($og_image)) + + @else + + @endif + + + + +