mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update navigation entry on fragment change
This commit is contained in:
parent
6a491751b6
commit
905eee0aab
5 changed files with 20 additions and 21 deletions
|
|
@ -358,7 +358,7 @@ fn handle(
|
|||
} else {
|
||||
match m.as_str() {
|
||||
"text/gemini" => page.content.to_text_gemini(&page.profile, &uri, data),
|
||||
"text/markdown" => page.content.to_text_markdown(&page.profile, &uri, data),
|
||||
"text/markdown" => page.content.to_text_markdown(&page, &uri, data),
|
||||
"text/plain" => page.content.to_text_plain(data),
|
||||
_ => panic!() // unexpected
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue