7 lines
320 B
PHP
7 lines
320 B
PHP
<?php
|
|
$title = "Reverence for Authority";
|
|
$description = "Although we still see it as normal and important to show many feelings, such as love, in a physical way, reverence is one that we've depreciated. Yet, perhaps now more than ever, it is absolutely important.";
|
|
$created = "2020-11-26";
|
|
$updated = "2020-11-26";
|
|
?>
|