7 lines
202 B
PHP
7 lines
202 B
PHP
<?php
|
|
$title = "Freedom and Camping";
|
|
$description = "A reflection on the true meaning of freedom by the example of my favorite activity: camping.";
|
|
$created = "2022-08-26";
|
|
$updated = "2022-08-26";
|
|
?>
|