File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let deadlines = await getCollection("deadlines");
99deadlines = deadlines
1010 .sort ((a , b ) => a .slug .localeCompare (b .slug ))
1111 .reverse ()
12- .slice (0 , 3 );
12+ .slice (0 , 5 );
1313
1414---
1515 <section class =" prose-xl m-0 my-12 p-0" >
Original file line number Diff line number Diff line change 11---
22title : Planning Survey
3- subtitle : Share Your Ideas for EP2025
3+ subtitle : Share Your Ideas
44url : https://forms.gle/riw6CvML8ck94A4V9
55image : " ./planning-survey.jpg"
66---
Original file line number Diff line number Diff line change 1+ ---
2+ title : Call for 2026 Venues
3+ subtitle : Read More
4+ url : https://europython-society.org/call-for-europython-2026-host-venues
5+ image : " ./venue.jpg"
6+ ---
7+
8+ Are you a community builder dreaming of bringing EuroPython to your city? The
9+ Call for Venues for EP 2026 is now open!
You can’t perform that action at this time.
0 commit comments