mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-07 21:35:12 +02:00
fix: correct link from search results
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-grow min-w-0">
|
<div class="flex-grow min-w-0">
|
||||||
<h3 class="text-lg font-semibold mb-1">
|
<h3 class="text-lg font-semibold mb-1">
|
||||||
<a href="/view-content/{{ result.id }}" class="link link-hover link-primary">
|
<a hx-get="/content/{{ result.id }}/read" hx-target="#modal" hx-swap="innerHTML"
|
||||||
|
class="link link-hover link-primary">
|
||||||
{% set title_text = result.highlighted_url_title
|
{% set title_text = result.highlighted_url_title
|
||||||
| default(result.url_info.title if result.url_info else none, true)
|
| default(result.url_info.title if result.url_info else none, true)
|
||||||
| default(result.highlighted_file_name, true)
|
| default(result.highlighted_file_name, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user