arreglo de ui y busquedas
This commit is contained in:
parent
cb8f69fb93
commit
fc06566928
15 changed files with 1115 additions and 435 deletions
|
|
@ -9,7 +9,12 @@
|
|||
{% if n.imagen_url %}
|
||||
<div class="noticia-imagen">
|
||||
<a href="{{ detalle_url }}">
|
||||
<img src="{{ n.imagen_url }}" alt="Imagen para {{ n.titulo }}" loading="lazy">
|
||||
<img
|
||||
src="{{ n.imagen_url }}"
|
||||
alt="Imagen para {{ n.titulo }}"
|
||||
loading="lazy"
|
||||
onerror="this.closest('.noticia-imagen').style.display='none';"
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue