diff --git a/content/vinyl/vinyl.yaml b/content/music/vinyl.yaml similarity index 96% rename from content/vinyl/vinyl.yaml rename to content/music/vinyl.yaml index ecc1e9f..e49154f 100644 --- a/content/vinyl/vinyl.yaml +++ b/content/music/vinyl.yaml @@ -61,4 +61,4 @@ albums: title: Guardians Of The Galaxy Vol. 1 OST - year: 2008 artist: Volbeat - title: Guitar Gangsters & Cadillac Blood \ No newline at end of file + title: Guitar Gangsters & Cadillac Blood diff --git a/functions.php b/functions.php index b804b6f..214c179 100644 --- a/functions.php +++ b/functions.php @@ -161,7 +161,7 @@ function getFOSS() { } function getVinyl() { - return Yaml::parseFile('content/vinyl/vinyl.yaml'); + return Yaml::parseFile('content/music/vinyl.yaml'); } function getRSS($params) {