From 08b54ff328ff2f303c75f4844911e872fab05e22 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 12 Jun 2020 21:27:08 +0200 Subject: [PATCH] Rename vinyl content directory to music --- content/{vinyl => music}/vinyl.yaml | 2 +- functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename content/{vinyl => music}/vinyl.yaml (96%) 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) {