aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
blob: 0185833f99a1a35b8549d1af8ecc04ef23477b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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>