themusicinnoise-site/pages/blog/2016-05-18-hello-world.cfg.php

7 lines
136 B
PHP

<?php
$title = "Hello, World!";
$description = "A brief introduction to my blog.";
$created = "2016-05-18";
$updated = "2016-05-18";
?>