7 lines
146 B
PHP
7 lines
146 B
PHP
|
<?php
|
||
|
$title = "Tradition";
|
||
|
$description = "An exposition on the importance of tradition.
";
|
||
|
$created = "2020-04-08";
|
||
|
$updated = "2020-04-08";
|
||
|
?>
|