small bsky embedder @ boobsky.app - kinda mid but works - mirror of git.fomx.gay/rooot/embedthing

chore: fmt

Signed-off-by: rooot <hey@rooot.gay>

+7 -4
+7 -4
src/meow.rs
··· 52 52 53 53 // add canonical urls 54 54 html.push_str(&format!(r#"<link rel="canonical" href="{}">"#, source_url)); 55 - html.push_str(&format!(r#"<meta property="og:url" content="{}">"#, source_url)); 55 + html.push_str(&format!( 56 + r#"<meta property="og:url" content="{}">"#, 57 + source_url 58 + )); 56 59 html.push('\n'); 57 - 60 + 58 61 // add some meta tags 59 - // html.push_str(r#"<meta property="og:site_name" content="AAAAAAAAAAAA">"#); 60 - // html.push('\n'); 62 + // html.push_str(r#"<meta property="og:site_name" content="AAAAAAAAAAAA">"#); 63 + // html.push('\n'); 61 64 62 65 if let Some(ref text) = self.text { 63 66 html.push_str(&format!(