(fix) some merge issue
This commit is contained in:
parent
9aa39a6a12
commit
e890579141
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use std::path::Path;
|
||||
use std::collections::{VecDeque, BTreeMap};
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
use serde_json;
|
||||
use handlebars::{Handlebars, HelperDef, RenderError, RenderContext, Helper};
|
||||
|
|
@ -29,7 +29,7 @@ impl HelperDef for RenderToc {
|
|||
|
||||
let mut current_level = 1;
|
||||
|
||||
for item in chatpers {
|
||||
for item in chapters {
|
||||
|
||||
// Spacer
|
||||
if item.get("spacer").is_some() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue