mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
test ggemtext, ggemini version
This commit is contained in:
parent
3232558eee
commit
e671a7acd3
2 changed files with 5 additions and 7 deletions
|
|
@ -270,10 +270,8 @@ impl Gemini {
|
|||
let mut alt = Vec::new();
|
||||
|
||||
// Append external indicator on exist
|
||||
if let Some(is_external) = link.is_external {
|
||||
if is_external {
|
||||
alt.push(EXTERNAL_LINK_INDICATOR.to_string());
|
||||
}
|
||||
if link.uri.scheme() != base.scheme() {
|
||||
alt.push(EXTERNAL_LINK_INDICATOR.to_string());
|
||||
}
|
||||
|
||||
// Append date on exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue