From d6d5667615bee7ab3e49d75f1fc745040bd902a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:00:58 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"bugfix:=20sponsor=20packages=20page?= =?UTF-8?q?=20now=20has=20the=20same=20width=20as=20other=20pages=20(?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c4deed9347b29543c26eafe6182239f931a0189e. --- src/content/config.ts | 1 - src/content/pages/sponsorship/sponsor.mdx | 1 - src/pages/[...slug].astro | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/config.ts b/src/content/config.ts index 16e59c717..c28343788 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -11,7 +11,6 @@ const pages = defineCollection({ title: z.string(), subtitle: z.string(), toc: z.boolean().optional().default(true), - full: z.boolean().optional().default(false), }), }); diff --git a/src/content/pages/sponsorship/sponsor.mdx b/src/content/pages/sponsorship/sponsor.mdx index cd2a03666..5556f0e02 100644 --- a/src/content/pages/sponsorship/sponsor.mdx +++ b/src/content/pages/sponsorship/sponsor.mdx @@ -5,7 +5,6 @@ subtitle: and the opportunity to present yourself and your company to one of the largest and most diverse Python communities in Europe and beyond. toc: false -full: true --- # Why Sponsor EuroPython? diff --git a/src/pages/[...slug].astro b/src/pages/[...slug].astro index d5f20f73e..cf6607c9d 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -64,7 +64,7 @@ const description = post.data.subtitle; --- - +