Skip to content

Commit 5ebc365

Browse files
committed
fixes
1 parent f707b25 commit 5ebc365

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mdbook-tera-backend/src/tera_renderer/renderer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ impl Renderer {
120120
context.insert("path", path);
121121
context.insert("ctx", &serde_json::to_value(&*self.ctx)?);
122122
context.insert("book_dir", &self.ctx.destination.parent().unwrap());
123-
context.insert("attributes", &BTreeMap::<String, String>::new());
124123

125124
Ok(context)
126125
}

0 commit comments

Comments
 (0)