♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

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

fix(html): Show Gemini fragment when condensing by link

Fuwn 8efcacd3 944cf079

+1 -1
+1 -1
src/html.rs
··· 239 239 let _ = write!( 240 240 &mut html, 241 241 r#"{}<a href="{}">{}</a>"#, 242 - if condense_links { "" } else { GEMINI_FRAGMENT }, 242 + GEMINI_FRAGMENT, 243 243 href, 244 244 safe(text.as_ref().unwrap_or(to)).trim(), 245 245 );