7 lines
156 B
PHP
7 lines
156 B
PHP
<?php
|
|
$title = "Vegetarianism";
|
|
$description = "Reflections on vegetarianism and a few of its forms.";
|
|
$created = "2019-06-20";
|
|
$updated = "2019-06-20";
|
|
?>
|