7 lines
130 B
PHP
7 lines
130 B
PHP
|
<?php
|
||
|
$title = "Blog Break Is Over";
|
||
|
$description = "I'm back to blogging.";
|
||
|
$created = "2019-06-13";
|
||
|
$updated = "2019-06-13";
|
||
|
?>
|