Update (a)

This commit is contained in:
2023-12-03 22:40:07 +08:00
parent 4579917d36
commit 10e647f7b7

View File

@@ -21,7 +21,8 @@ class="font-family-roboto-condensed mb-0 pb-1 d-inline badge bg-danger border-da
</div> </div>
<div class="mb-1 text-wrap d-flex flex-wrap gap-1 small"> <div class="mb-1 text-wrap d-flex flex-wrap gap-1 small">
<span class="word-wrap-break-word small">More about:</span> @foreach ($post->entities_keywords as $keyword) <span class="word-wrap-break-word small">More about:</span>
@foreach ($post->entities_keywords as $keyword)
@if ($keyword->type == 'entity') @if ($keyword->type == 'entity')
<a class="word-wrap-break-word small" <a class="word-wrap-break-word small"
href="{{ get_route_search_result($keyword->value_lowercased) }}">#{{ $keyword->value_lowercased }}</a> href="{{ get_route_search_result($keyword->value_lowercased) }}">#{{ $keyword->value_lowercased }}</a>
@@ -66,5 +67,5 @@ class="font-family-roboto-condensed mb-0 pb-1 d-inline badge bg-danger border-da
</div> </div>
</div> </div>
</div> </div>
</div> </div>
@endforeach @endforeach