mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
store optional page title
This commit is contained in:
parent
24ee6bb28f
commit
ce2b02569d
4 changed files with 46 additions and 30 deletions
|
|
@ -78,7 +78,7 @@ impl Page {
|
|||
pub fn bookmark(&self) {
|
||||
self.profile
|
||||
.bookmark
|
||||
.toggle(&self.navigation.request())
|
||||
.toggle(&self.navigation.request(), Some(&self.title()))
|
||||
.unwrap(); // @TODO
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue