Update (indexing): enable google
Update (country view): change column
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<h3 class="h4 fw-bold text-center mb-3">Featured Articles</h3>
|
||||
<div class="row g-3 justify-content-center">
|
||||
@foreach ($featured_posts as $post)
|
||||
<div class="col-9 col-md-6 col-xl-3">
|
||||
<div class="col-10 col-md-8 col-xl-3">
|
||||
|
||||
@include('front.partials.featured_post_card', ['post' => $post])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user