♻️ 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(response): new latex.css location

Fuwn df84707b 4b6513ca

+2 -2
+1 -1
Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "september" 5 - version = "0.2.22" 5 + version = "0.2.23" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "A simple and efficient Gemini-to-HTTP proxy."
+1 -1
src/response.rs
··· 146 146 )); 147 147 } 148 148 } else if !is_nocss { 149 - html_context.push_str(&format!(r#"<link rel="stylesheet" href="https://latex.now.sh/style.css"><style>{CSS}</style>"#)); 149 + html_context.push_str(&format!(r#"<link rel="stylesheet" href="https://latex.vercel.app/style.css"><style>{CSS}</style>"#)); 150 150 151 151 if let Ok(primary) = var("PRIMARY_COLOUR") { 152 152 html_context