7 lines
144 B
PHP
7 lines
144 B
PHP
<?php
|
|
$title = "New Site Migration";
|
|
$description = "I'm migrating my website... again!
|
|
";
|
|
$created = "2020-10-27";
|
|
$updated = "2020-10-27";
|
|
?>
|