all repos — aaoth.xyz @ 7736c6f494d7fd4b64d11f5fe36a0552bc33b034

aaoth.xyz website

music.md (view raw)

 1---
 2title: music
 3permalink: /music/
 4---
 5
 6# [hälsorisk][1]
 7
 8**hälsorisk** (swedish for '*health hazard*') is small web-label focused on dark
 9underground music.
10here's a list of projects in which i took part:
11
12{% comment %}
13    haelsorisk projects
14{% endcomment %}
15{% assign projects = site.music_projects | where: "other", nil %}
16
17<div class="haelsorisk-projects-list">
18{% include music-projects-list.html %}
19</div>
20
21[1]:/haelsorisk
22
23# other projects
24
25{% comment %}
26    other projects
27{% endcomment %}
28{% assign projects = site.music_projects | where: "other", true %}
29
30<div class="other-projects-list">
31{% include music-projects-list.html %}
32</div>