tangled
alpha
login
or
join now
rooot.gay
/
embedthing
0
fork
atom
small bsky embedder @ boobsky.app - kinda mid but works - mirror of git.fomx.gay/rooot/embedthing
0
fork
atom
overview
issues
pulls
pipelines
chore: fmt
Signed-off-by: rooot <hey@rooot.gay>
rooot.gay
1 year ago
a24f37ee
0ef7d677
+7
-4
1 changed file
expand all
collapse all
unified
split
src
meow.rs
+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
55
-
html.push_str(&format!(r#"<meta property="og:url" content="{}">"#, source_url));
55
55
+
html.push_str(&format!(
56
56
+
r#"<meta property="og:url" content="{}">"#,
57
57
+
source_url
58
58
+
));
56
59
html.push('\n');
57
57
-
60
60
+
58
61
// add some meta tags
59
59
-
// html.push_str(r#"<meta property="og:site_name" content="AAAAAAAAAAAA">"#);
60
60
-
// html.push('\n');
62
62
+
// html.push_str(r#"<meta property="og:site_name" content="AAAAAAAAAAAA">"#);
63
63
+
// html.push('\n');
61
64
62
65
if let Some(ref text) = self.text {
63
66
html.push_str(&format!(