poslední změny

This commit is contained in:
2025-10-20 13:49:38 +02:00
parent 561a91d023
commit 89e32b1d28
9 changed files with 40 additions and 76 deletions

View File

@@ -65,11 +65,11 @@
<div class="flex-grow-1">
<a class="fw-semibold" href="{{ item.link }}" target="_blank" rel="noopener noreferrer">{{ item.title }}</a>
{% if r.snippet %}
<small class="text-muted d-block">{{ r.snippet }}</small>
{% if item.snippet %}
<small class="text-muted d-block">{{ item.snippet }}</small>
{% endif %}
<small class="text-break text-secondary">{{ r.link }}</small>
<small class="text-break text-secondary">{{ item.link }}</small>
</div>
</div>
</li>