Commit 9e2e31a 1 parent 4bf67af commit 9e2e31a Copy full SHA for 9e2e31a
File tree 2 files changed +4
-0
lines changed
docs/content/documentation/templates
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ pub struct SerializingSection<'a> {
161
161
translations : Vec < TranslatedContent < ' a > > ,
162
162
backlinks : Vec < BackLink < ' a > > ,
163
163
generate_feed : bool ,
164
+ transparent : bool ,
164
165
}
165
166
166
167
#[ derive( Debug ) ]
@@ -220,6 +221,7 @@ impl<'a> SerializingSection<'a> {
220
221
assets : & section. serialized_assets ,
221
222
lang : & section. lang ,
222
223
generate_feed : section. meta . generate_feed ,
224
+ transparent : section. meta . transparent ,
223
225
pages,
224
226
subsections,
225
227
translations,
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ translations: Array<TranslatedContent>;
109
109
backlinks : Array < {permalink : String , title : String ? }> ;
110
110
// Whether this section generates a feed or not. Taken from the front-matter if set
111
111
generate_feed : bool ;
112
+ // Whether this section is transparent. Taken from the front-matter if set
113
+ transparent : bool ;
112
114
` ` `
113
115
114
116
## Table of contents
You can’t perform that action at this time.
0 commit comments