From 9f1fa56d475dd4677025e9fa7cd5c72d2dad45e5 Mon Sep 17 00:00:00 2001 From: wakingrufus Date: Wed, 8 Jul 2026 09:54:32 -0500 Subject: [PATCH] readd links to music pages --- .../main/kotlin/com/github/wakingrufus/website/MyWebsite.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/personal-site/src/main/kotlin/com/github/wakingrufus/website/MyWebsite.kt b/personal-site/src/main/kotlin/com/github/wakingrufus/website/MyWebsite.kt index d996dbc..1b4b6b4 100644 --- a/personal-site/src/main/kotlin/com/github/wakingrufus/website/MyWebsite.kt +++ b/personal-site/src/main/kotlin/com/github/wakingrufus/website/MyWebsite.kt @@ -392,6 +392,12 @@ val myDashboard: DIV.() -> Unit = { topicPanel("Other Interests") { subPanel("Music") { entry("record.club", "https://record.club/wakingrufus") + entry("Best Music of 2020", music2020.path) + entry("Best Music of 2021", music2021.path) + entry("Best Music of 2022", music2022.path) + entry("Best Music of 2023", music2023.path) + entry("Best Music of 2024", music2024.path) + entry("Best Music of 2025", music2025.path) } subPanel("Movies") { entry("Letterboxd", "https://letterboxd.com/wakingrufus/")