aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
blob: b8d3408085cd3e0f444ecb0e08419895e7b61328 (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
27
28
29
30
31
32
---
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:

{% comment %}
    haelsorisk projects
{% endcomment %}
{% assign projects = site.music_projects | where: "other", nil %}

<div class="haelsorisk-projects-list">
{% include music-projects-list.html %}
</div>

[1]:/haelsorisk

# other projects

{% comment %}
    other projects
{% endcomment %}
{% assign projects = site.music_projects | where: "other", true %}

<div class="other-projects-list">
{% include music-projects-list.html %}
</div>