Update ui)

This commit is contained in:
2023-11-20 08:52:12 +08:00
parent 9c1d432b8c
commit dbcf144d77
12 changed files with 29 additions and 30 deletions

View File

@@ -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>