7 lines
187 B
PHP
7 lines
187 B
PHP
|
<?php
|
||
|
$title = "Hosting My Own Git";
|
||
|
$description = "About my migration away from code hosting services, hosting my own git server.";
|
||
|
$created = "2018-03-18";
|
||
|
$updated = "2018-03-18";
|
||
|
?>
|