File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const pages = defineCollection({
1111 title : z . string ( ) ,
1212 subtitle : z . string ( ) ,
1313 toc : z . boolean ( ) . optional ( ) . default ( true ) ,
14+ full : z . boolean ( ) . optional ( ) . default ( false ) ,
1415 } ) ,
1516} ) ;
1617
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ subtitle:
55 and the opportunity to present yourself and your company to one
66 of the largest and most diverse Python communities in Europe and beyond.
77toc : false
8+ full : true
89---
910
1011# Why Sponsor EuroPython?
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const description = post.data.subtitle;
6464---
6565
6666<Layout title ={ title } description ={ description } toc ={ post .data .toc } >
67- <Prose class =" pb-20" >
67+ <Prose class =" pb-20" full = { post . data . full } >
6868 <Content
6969 components ={ {
7070 Button ,
You can’t perform that action at this time.
0 commit comments