7 lines
198 B
PHP
7 lines
198 B
PHP
<?php
|
|
$title = "Is there Humor in Heaven?";
|
|
$description = "A personal exercise in theological reasoning which I could totally be wrong about.";
|
|
$created = "2025-09-03";
|
|
$updated = "2025-09-03";
|
|
?>
|