7 lines
154 B
PHP
7 lines
154 B
PHP
<?php
|
|
$title = "Slow and Happy";
|
|
$description = "About living a slower and more relaxed lifestyle.";
|
|
$created = "2017-09-10";
|
|
$updated = "2017-09-10";
|
|
?>
|