7 lines
151 B
PHP
7 lines
151 B
PHP
<?php
|
|
$title = "Blog Upgrade";
|
|
$description = "About recent the changes in my blog's interface.";
|
|
$created = "2018-06-27";
|
|
$updated = "2018-06-27";
|
|
?>
|