7 lines
173 B
PHP
7 lines
173 B
PHP
<?php
|
|
$title = "Modernism";
|
|
$description = "A critique of Modernism from both the religious and secular perspective.
|
|
";
|
|
$created = "2020-10-12";
|
|
$updated = "2020-10-12";
|
|
?>
|