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 8abe15f commit 691d420Copy full SHA for 691d420
resources/views/post/show.blade.php
@@ -21,10 +21,10 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora
21
22
<div class="col-lg-8 mx-auto">
23
24
- <main class="post" data-controller="prism">
+ <main class="post" data-controller="prism" itemprop="articleBody">
25
<h1 itemprop="headline">{{ $post->title }}</h1>
26
27
- <x-posts.content :content="$post->content" itemprop="articleBody" />
+ <x-posts.content :content="$post->content"/>
28
</main>
29
30
<!-- Start Author -->
0 commit comments