Skip to content

Commit

Permalink
Fix #240
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 2, 2022
1 parent 8837081 commit 7f736ac
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 @@ -15,7 +15,7 @@
@isset($post->matter['date'])
<span class="opacity-75">
<span itemprop="dateCreated datePublished">
{{ date('M jS, Y', strtotime($post->matter['date'])) }}</span>,
{{ date('M jS, Y', strtotime($post->matter['date'])) }}</span>{{ isset($post->matter['author']) ? ',' : '' }}
</span>
@endisset
@isset($post->matter['author'])
Expand Down

0 comments on commit 7f736ac

Please sign in to comment.