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

7 lines
136 B
PHP
Raw Normal View History

2025-02-14 15:21:03 +01:00
<?php
$title = "Hello, World!";
$description = "A brief introduction to my blog.";
$created = "2016-05-18";
$updated = "2016-05-18";
?>