mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
move cfg to the right spot oops
This commit is contained in:
parent
126b38db7e
commit
8bf0cb4e55
1 changed files with 1 additions and 1 deletions
|
@ -135,8 +135,8 @@ impl<'a> SiteBuilder<'a> {
|
|||
let mut rewriter = HtmlRewriter::new(
|
||||
Settings {
|
||||
element_content_handlers: vec![
|
||||
#[cfg(debug_assertions)]
|
||||
element!("body", |el| {
|
||||
#[cfg(debug_assertions)]
|
||||
el.set_attribute("class", "debug")?;
|
||||
Ok(())
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue