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 7834016 commit 7199084Copy full SHA for 7199084
src/resources/views/public/show.blade.php
@@ -3,7 +3,7 @@
3
@section('title', $model->title . ' – ' . __('Things') . ' – ' . $websiteTitle)
4
@section('ogTitle', $model->title)
5
@section('description', $model->summary)
6
-@section('ogImage', $model->present()->image(1200, 630))
+@section('ogImage', $model->present()->ogImage())
7
@section('bodyClass', 'body-things body-thing-' . $model->id . ' body-page body-page-' . $page->id)
8
9
@section('content')
0 commit comments