7 lines
215 B
PHP
7 lines
215 B
PHP
<?php
|
|
$title = "Dumping \"Summer\" Album";
|
|
$description = "Why I chose to remove the entry and audios for the album \"Summer\" that I've worked on for so long.";
|
|
$created = "2021-01-02";
|
|
$updated = "2021-01-02";
|
|
?>
|