Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(maud): Script module type

Princesseuh f29e8e0e 025c2a3f

+1 -1
+1 -1
crates/maudit/src/templating/maud_ext.rs
··· 16 16 impl Render for Script { 17 17 fn render(&self) -> Markup { 18 18 html! { 19 - script src=(self.url().unwrap()) r#type="module" {} 19 + script src=(self.url().unwrap()) type="module" {} 20 20 } 21 21 } 22 22 }