Update (layout)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
@if ($keyword == $post->main_keyword)
|
@if ($keyword == $post->main_keyword)
|
||||||
<h2 class="badge text-bg-dark me-1 small">{{ $keyword }}</h2>
|
<h2 class="badge text-bg-dark me-1 small">{{ $keyword }}</h2>
|
||||||
@else
|
@else
|
||||||
<h2 class="badge text-bg-light border me-1 small">{{ $keyword }}</h2>
|
<h2 class="badge text-bg-light border me-1 small fw-normal">{{ $keyword }}</h2>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user