draft redirection features

This commit is contained in:
yggverse 2024-11-02 04:44:07 +02:00
parent aa44325dea
commit e3a6796627
5 changed files with 320 additions and 133 deletions

View file

@ -212,7 +212,7 @@ impl Item {
self.page.is_loading()
}
pub fn page_meta_title(&self) -> Option<GString> {
pub fn page_meta_title(&self) -> GString {
self.page.meta_title()
}