mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix subtitle update for file protocol
This commit is contained in:
parent
52ade7be77
commit
aa066ee178
1 changed files with 1 additions and 2 deletions
|
|
@ -127,8 +127,7 @@ class Content
|
|||
if ($title) // detect title by document h1
|
||||
{
|
||||
$this->page->title->set(
|
||||
$title,
|
||||
$this->page->title->getSubtitle()
|
||||
$title
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue