7 lines
194 B
PHP
7 lines
194 B
PHP
<?php
|
|
$title = "Recipe: Mojopicón";
|
|
$description = "The recipe for a spicy hot sauce you can use on meats, fish, sandwiches, or even dip.";
|
|
$created = "2019-07-30";
|
|
$updated = "2019-07-30";
|
|
?>
|