aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
diff options
context:
space:
mode:
Diffstat (limited to 'music.md')
-rw-r--r--music.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/music.md b/music.md
deleted file mode 100644
index 0185833..0000000
--- a/music.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: music
-permalink: /music/
----
-
-# [hälsorisk][1]
-
-**hälsorisk** (swedish for '*health hazard*') is small web-label focused on dark
-underground music.
-here's a list of projects in which i took part:
-
-{% assign haelsorisk_projects = site.music_projects | where: "other", nil %}
-
-<div class="haelsorisk-projects-list">
-{% include music-projects-list.html projects=haelsorisk_projects %}
-</div>
-
-[1]:/haelsorisk
-
-# other projects
-
-{% assign other_projects = site.music_projects | where: "other", true %}
-
-<div class="other-projects-list">
-{% include music-projects-list.html projects=other_projects %}
-</div>