7 lines
123 B
PHP
7 lines
123 B
PHP
|
<?php
|
||
|
$title = "We i3 Now";
|
||
|
$description = "I switched to using i3.";
|
||
|
$created = "2016-12-22";
|
||
|
$updated = "2016-12-22";
|
||
|
?>
|