Update (a)
This commit is contained in:
@@ -21,7 +21,8 @@ class="font-family-roboto-condensed mb-0 pb-1 d-inline badge bg-danger border-da
|
||||
</div>
|
||||
|
||||
<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')
|
||||
<a class="word-wrap-break-word small"
|
||||
href="{{ get_route_search_result($keyword->value_lowercased) }}">#{{ $keyword->value_lowercased }}</a>
|
||||
|
||||
Reference in New Issue
Block a user