Skip to content

Commit

Permalink
fix commas
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 16, 2024
1 parent 6a28a55 commit 15f4bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/main/group_photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
{
image: './group_photos/2023_aniversario.png',
caption: "Lucas, Leandro, Pamella, and Jéssica, 2023."
}
},
{
image: './group_photos/2024_group.jpg',
caption: "Ana Beatriz, Vinícius, Ander, Leandro, Edward, Felipe, Camila, Pâmella, Jéssica, 2024."
}
},
{
image: './group_photos/2024_ictp.jpg',
caption: "Felipe, Camila, Jéssica, Pâmella, ICTP, 2024."
}
},
];
let randomIndex = Math.floor(Math.random() * pics.length);
let rndpic = pics[randomIndex];
Expand Down

0 comments on commit 15f4bd7

Please sign in to comment.