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; --- - +