Skip to content

Commit

Permalink
Fix article excerpt indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 11, 2024
1 parent d5b5fbd commit ce529de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</span>
@endisset
@isset($post->author)
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span class="opacity-75">by</span>
<span itemprop="name">
{{ $post->author->name ?? $post->author->username }}
Expand Down

0 comments on commit ce529de

Please sign in to comment.