Skip to content

Commit 1eaf2d9

Browse files
committed
fix(html): Show Gemini fragment when condensing by link
1 parent 1b03a13 commit 1eaf2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ pub fn from_gemini(
239239
let _ = write!(
240240
&mut html,
241241
r#"{}<a href="{}">{}</a>"#,
242-
if condense_links { "" } else { GEMINI_FRAGMENT },
242+
GEMINI_FRAGMENT,
243243
href,
244244
safe(text.as_ref().unwrap_or(to)).trim(),
245245
);

0 commit comments

Comments
 (0)