5c: Return the node label
This commit is contained in:
parent
61664cb263
commit
0b4c648ac6
|
@ -13,7 +13,7 @@ class Post {
|
|||
}
|
||||
|
||||
public function getTitle(): string {
|
||||
return '';
|
||||
return $this->node->label();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue