feat: indicate link

This commit is contained in:
2025-06-17 22:17:16 +02:00
parent 60e6fdf4e4
commit ef9ac58c0f

View File

@@ -161,7 +161,7 @@
const description_column = `
<div class="column">
<strong><a class="is-size-7" href="${url}">${title}</a></strong><br>
<strong><a class="is-size-7" href="${url}">${title}</a></strong> <i class="fa-solid fa-arrow-up-right-from-square"></i><br>
<span><strong>{% translate 'Ort' %}</strong>: ${location_hr}</span><br>
<p class="is-size-7">${truncate(description, 80, url)}</p>
</div>