fix order of news, aspect square for all imagees
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
5837f8cd9d
commit
d47a9e4d10
|
|
@ -46,13 +46,13 @@ const excerpt = words.join(" ") + (words.length === 40 ? "..." : "");
|
|||
<article
|
||||
class="flex flex-col md:flex-row gap-6 md:gap-8 p-4 md:p-6 border-b border-tertiary/20 hover:bg-tertiary/5 transition-colors"
|
||||
>
|
||||
<div class="md:w-1/3 flex-shrink-0 overflow-hidden">
|
||||
<div class="md:w-1/3 flex-shrink-0 overflow-hidden justify-center items-center flex">
|
||||
<Image
|
||||
src={data.data.thumbnail_square || data.data.thumbnail}
|
||||
alt={data.data.title}
|
||||
width={480}
|
||||
height={340}
|
||||
class="w-full h-48 md:h-full object-cover transform group-hover:scale-105 transition-transform duration-300"
|
||||
class="w-full h-auto object-contain transform group-hover:scale-105 transition-transform duration-300"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ slug: 2025-07-03-summit-in-jerusalem-dr-jose-benjamin-perez-matos-consolidates-t
|
|||
place: ''
|
||||
country: 'IL'
|
||||
city: 'Jerusalem'
|
||||
order: 1
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/comunicado-1.webp'
|
||||
tags: [Israel]
|
||||
gallery: [
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ slug: 2025-07-03-dr-jose-benjamin-perez-matos-arrives-in-israel-to-support-the-p
|
|||
place: ''
|
||||
country: 'IL'
|
||||
city: 'Tel Aviv'
|
||||
order: 3
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/comunicado-1.webp'
|
||||
tags: [Israel]
|
||||
gallery: [
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ slug: 2025-07-03-dr-jose-benjamin-perez-matos-denounces-attacks-on-vulnerable-po
|
|||
place: ''
|
||||
country: 'IL'
|
||||
city: 'Jerusalén'
|
||||
order: 2
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/comunicado-1.webp'
|
||||
tags: [Israel]
|
||||
gallery: [
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ slug: 2025-07-03-cumbre-en-jerusalen-el-dr-jose-benjamin-perez-matos-consolida-v
|
|||
place: ''
|
||||
country: 'IL'
|
||||
city: 'Jerusalén'
|
||||
order: 1
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/comunicado-1.webp'
|
||||
tags: [Israel]
|
||||
gallery: [
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ date: 2025-07-03
|
|||
slug: 2025-07-03-el-dr-jose-benjamin-perez-matos-llega-a-israel-para-respaldar-a-la-poblacion-tras-el-conflicto
|
||||
place: ''
|
||||
country: 'IL'
|
||||
order: 3
|
||||
city: 'Tel Aviv'
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/comunicado-1.webp'
|
||||
tags: [Israel]
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ date: 2025-07-03
|
|||
slug: 2025-07-03-el-dr-jose-benjamin-perez-matos-denuncia-ataques-contra-poblacion-vulnerable-en-israel-el-mundo-debe-conocer-la-verdad
|
||||
place: ''
|
||||
country: 'IL'
|
||||
order: 2
|
||||
city: 'Jerusalén'
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/comunicado-1.webp'
|
||||
tags: [Israel]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,12 @@ city: Asunción
|
|||
tags: [Paraguay]
|
||||
country: PY
|
||||
youtube: https://www.youtube.com/watch?v=MjmYkRTWhk0
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-1280/visitante-ilustre.webp'
|
||||
thumbnail: 'https://ik.imagekit.io/crpy/tr:w-480,h-340,fit-pad,background-ffffff/visitante-ilustre.webp'
|
||||
gallery: [
|
||||
{
|
||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280/visitante-ilustre.webp'
|
||||
}
|
||||
]
|
||||
---
|
||||
La Municipalidad de Mariano Roque Alonso, en la República del Paraguay, declaró **“Visitante Ilustre”** al Dr. José Benjamín Pérez Matos, en reconocimiento a su destacada trayectoria y liderazgo en el ámbito espiritual y social a nivel internacional.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue