Tholp's bespoke website generator

forgot 2 changes

Tholp1 4f40cfb3 76f6ea42

+2 -2
+1 -1
src/macros/insert.rs
··· 20 20 _scope: &[Token], 21 21 ) -> Vec<Token> { 22 22 let origin_file = context 23 - .file_for_index_cannonical(origin_index) 23 + .file_for_index_canonical(origin_index) 24 24 .expect("Macro 'Insert' was given a bad origin index") 25 25 .clone(); 26 26 if args.len() != 1 {
+1 -1
src/macros/simple_macros.rs
··· 79 79 ) -> Vec<Token> { 80 80 return split_to_tokens( 81 81 context 82 - .file_for_index_cannonical(origin_index) 82 + .file_for_index_canonical(origin_index) 83 83 .unwrap() 84 84 .to_str() 85 85 .unwrap()