diff --git a/src/content/config.ts b/src/content/config.ts index c28343788..16e59c717 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -11,6 +11,7 @@ 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 5556f0e02..cd2a03666 100644 --- a/src/content/pages/sponsorship/sponsor.mdx +++ b/src/content/pages/sponsorship/sponsor.mdx @@ -5,6 +5,7 @@ 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 cf6607c9d..d5f20f73e 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -64,7 +64,7 @@ const description = post.data.subtitle; --- - +