Remove page title fallback
This commit is contained in:
parent
5ea94d06e6
commit
3798cbe478
1 changed files with 0 additions and 3 deletions
|
@ -971,9 +971,6 @@ class Pico
|
|||
$meta = &$this->meta;
|
||||
}
|
||||
|
||||
// fallback to page id if page title is empty
|
||||
$meta['title'] = (!empty($meta['title'])) ? $meta['title'] : $id;
|
||||
|
||||
// build page data
|
||||
// title, description, author and date are assumed to be pretty basic data
|
||||
// everything else is accessible through $page['meta']
|
||||
|
|
Loading…
Add table
Reference in a new issue