Remove page title fallback

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 5ea94d06e6
commit 3798cbe478
  1. 3
      lib/Pico.php

@ -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…
Cancel
Save