|
|
|
@ -247,7 +247,7 @@ class Pico { |
|
|
|
|
'date' => isset($page_meta['date']) ? $page_meta['date'] : '', |
|
|
|
|
'date_formatted' => isset($page_meta['date']) ? utf8_encode(strftime($config['date_format'], strtotime($page_meta['date']))) : '', |
|
|
|
|
'content' => $page_content, |
|
|
|
|
'excerpt' => $this->limit_words(strip_tags($page_content), $excerpt_length) |
|
|
|
|
'excerpt' => $this->limit_words(strip_tags($page_content), $excerpt_length), |
|
|
|
|
//this addition allows the 'description' meta to be picked up in content areas... specifically to replace 'excerpt' |
|
|
|
|
'description' => isset($page_meta['description']) ? $page_meta['description'] : '', |
|
|
|
|
|
|
|
|
|