entry as $entry) { if($entry->id == $cwd) { $pdate = preg_replace('/T.*$/', ' ', $entry->published); $udate = preg_replace('/T.*$/', ' ', $entry->updated); $title = $entry->title; $descr = $entry->summary; break; } } ?> <?php echo($title); ?> "); ?> isoblog

$title

Posted on $pdate$udates

"); include("../Parsedown.php"); $Parsedown = new Parsedown(); echo $Parsedown->text(file_get_contents("index.md")); include("../../comment/form.php"); ?>