Remove page title fallback
This commit is contained in:
parent
5ea94d06e6
commit
3798cbe478
@ -971,9 +971,6 @@ class Pico
|
|||||||
$meta = &$this->meta;
|
$meta = &$this->meta;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fallback to page id if page title is empty
|
|
||||||
$meta['title'] = (!empty($meta['title'])) ? $meta['title'] : $id;
|
|
||||||
|
|
||||||
// build page data
|
// build page data
|
||||||
// title, description, author and date are assumed to be pretty basic data
|
// title, description, author and date are assumed to be pretty basic data
|
||||||
// everything else is accessible through $page['meta']
|
// everything else is accessible through $page['meta']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user