We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f707b25 commit 5ebc365Copy full SHA for 5ebc365
mdbook-tera-backend/src/tera_renderer/renderer.rs
@@ -120,7 +120,6 @@ impl Renderer {
120
context.insert("path", path);
121
context.insert("ctx", &serde_json::to_value(&*self.ctx)?);
122
context.insert("book_dir", &self.ctx.destination.parent().unwrap());
123
- context.insert("attributes", &BTreeMap::<String, String>::new());
124
125
Ok(context)
126
}
0 commit comments