7 lines
175 B
PHP
7 lines
175 B
PHP
<?php
|
|
$title = "My First Superficial Impressions of FreeBSD";
|
|
$description = "Tried out FreeBSD, these are my thoughts.";
|
|
$created = "2016-07-31";
|
|
$updated = "2016-07-31";
|
|
?>
|