Add (post editor): add image block, add 'standard' post format
This commit is contained in:
@@ -57,7 +57,8 @@ class="text-decoration-none">{{ $post->title }}</a>
|
||||
{{-- <small class="text-body-secondary ms-2">3 min read</small> --}}
|
||||
</p>
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<small class="text-body-secondary">{{ $post->publish_date->format('j F Y') }}</small>
|
||||
<small
|
||||
class="text-body-secondary">{{ $post->publish_date->format('j F Y') }}</small>
|
||||
{{-- <small class="text-body-secondary">9 min read</small> --}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user