7 lines
149 B
PHP
7 lines
149 B
PHP
<?php
|
|
$title = "Restructuring the Blog";
|
|
$description = "An explanation for any broken links.";
|
|
$created = "2017-10-10";
|
|
$updated = "2017-10-10";
|
|
?>
|