removed option used for debugging

This commit is contained in:
Luke Carlson 2014-06-11 12:53:50 -04:00
parent 1b89808ecb
commit 5ac0fd4b75
1 changed files with 2 additions and 3 deletions

View File

@ -31,8 +31,7 @@
'languages' => array(),
'file_editor' => false,
'template' => 'default',
'breadcrumbs' => false,
'log' => ''
'breadcrumbs' => false
);
// Load User Config
@ -167,7 +166,7 @@
$page['path'] = $file_relative_path;
$page['markdown'] = file_get_contents($with_index);
$page['modified'] = filemtime($with_index);
$Parsedown = new Parsedown();
$page['content'] = $Parsedown->text($page['markdown']);