{% assign ad = site.data.ads.ads | where: 'title', 'publicidad_pop_up_noticia' | first %} {% if ad %} {% if ad.image_desktop %} {{ ad.image_alt }} {% endif %} {% if ad.image_mobile %} {{ ad.image_alt }} {% endif %} {% else %}

No se pudo cargar la publicidad pop-up. Verifica la configuración en _data/ads.yml.

{% endif %}