Skip to content

Commit 09b135d

Browse files
committed
Update config.rs
Revert "Update hbs_renderer.rs" This reverts commit 54ad1d5. Revert "Update config.rs" This reverts commit 06909a7. Revert "Update hbs_renderer.rs" This reverts commit dc0f959. Update hbs_renderer.rs Update hbs_renderer.rs Update config.rs
1 parent 3d5af09 commit 09b135d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ mod tests {
973973
curly-quotes = true
974974
google-analytics = "123456"
975975
additional-css = ["custom.css", "custom2.css"]
976-
additional-theme = ["foobar"]
976+
additional-theme = ["barfoo"]
977977
additional-js = ["custom.js"]
978978
"#;
979979

@@ -999,7 +999,7 @@ mod tests {
999999
curly_quotes: true,
10001000
google_analytics: Some(String::from("123456")),
10011001
additional_css: vec![PathBuf::from("custom.css"), PathBuf::from("custom2.css")],
1002-
additional_theme: vec![PathBuf::from("foobar")],
1002+
additional_theme: vec![PathBuf::from("barfoo")],
10031003
additional_js: vec![PathBuf::from("custom.js")],
10041004
..Default::default()
10051005
};

0 commit comments

Comments
 (0)