Update ui)
This commit is contained in:
@@ -37,11 +37,10 @@ class="rounded-4 card-img-top shadow" style="object-fit: cover;">
|
||||
href="{{ route('front.post', ['category_slug' => $post->category->slug, 'slug' => $post->slug]) }}">{{ $post->title }}</a>
|
||||
</h3>
|
||||
<div class="mb-0"><small
|
||||
class="text-secondary">{{ $post->published_at->diffForHumans() }}</small>
|
||||
<i class="bi bi-dot"></i>
|
||||
<small
|
||||
class="text-secondary">{{ markdown_min_read($post->body) }}</small>
|
||||
</div>
|
||||
class="text-secondary">{{ $post->published_at->diffForHumans() }}</small>
|
||||
<i class="bi bi-dot"></i>
|
||||
<small class="text-secondary">{{ markdown_min_read($post->body) }}</small>
|
||||
</div>
|
||||
<p>{{ str_first_sentence($post->bites) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -88,8 +87,8 @@ class="fw-bold"
|
||||
</div>
|
||||
<div><small
|
||||
class="text-secondary">{{ $post->published_at->diffForHumans() }}</small>
|
||||
<i class="bi bi-dot"></i>
|
||||
<small
|
||||
<i class="bi bi-dot"></i>
|
||||
<small
|
||||
class="text-secondary">{{ markdown_min_read($post->body) }}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user