7 lines
223 B
PHP
7 lines
223 B
PHP
<?php
|
|
$title = "New Category & Content";
|
|
$description = "An introduction to the new 'Religion' category, and a short exposition of my conversion to the Catholic Faith.";
|
|
$created = "2020-03-11";
|
|
$updated = "2020-03-11";
|
|
?>
|