7 lines
280 B
PHP
7 lines
280 B
PHP
|
<?php
|
||
|
$title = "What Makes Spanish Awesome";
|
||
|
$description = "Despite being much more complicated than a language like Esperanto, Spanish has certain elements that sometimes I wish every language would adopt (even Esperanto).";
|
||
|
$created = "2019-10-31";
|
||
|
$updated = "2019-10-31";
|
||
|
?>
|