Skip to content

Commit

Permalink
Merge pull request #1829 from hydephp/blade-view-formatting
Browse files Browse the repository at this point in the history
Fix article excerpt indentation hydephp/develop@9bfc91d
  • Loading branch information
github-actions committed Jul 11, 2024
1 parent 0a0f107 commit 48ad935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/article-excerpt.blade.php
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 48ad935

Please sign in to comment.