mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft link parser
This commit is contained in:
parent
454feaeba5
commit
860f76ce49
7 changed files with 147 additions and 13 deletions
|
|
@ -160,7 +160,7 @@ impl Page {
|
|||
meta.borrow_mut().mime = Mime::TextGemini;
|
||||
// Select widget
|
||||
match parts.get(4) {
|
||||
Some(source) => content.reset(content::Mime::TextGemini, source),
|
||||
Some(source) => content.reset(content::Mime::TextGemini, &uri, &source),
|
||||
None => todo!(),
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue