aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-23 20:03:19 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-23 20:03:19 +0300
commitea060499471c26155d4b7a16a4c670dc74503f4d (patch)
tree8e95440f74ef98bc7c966016c6501d6f83c33ba7 /music.md
parent6151460d2e35c73b5a2cb043c412ade4de073436 (diff)
downloadaaoth.xyz-ea060499471c26155d4b7a16a4c670dc74503f4d.tar.gz
aaoth.xyz-ea060499471c26155d4b7a16a4c670dc74503f4d.zip
make use of include.variable to make project list
Diffstat (limited to 'music.md')
-rw-r--r--music.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/music.md b/music.md
index b8d3408..42ea855 100644
--- a/music.md
+++ b/music.md
@@ -9,24 +9,18 @@ permalink: /music/
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 %}
+{% assign haelsorisk_projects = site.music_projects | where: "other", nil %}
<div class="haelsorisk-projects-list">
-{% include music-projects-list.html %}
+{% include music-projects-list.html projects=haelsorisk_projects%}
</div>
[1]:/haelsorisk
# other projects
-{% comment %}
- other projects
-{% endcomment %}
-{% assign projects = site.music_projects | where: "other", true %}
+{% assign other_projects = site.music_projects | where: "other", true %}
<div class="other-projects-list">
-{% include music-projects-list.html %}
+{% include music-projects-list.html projects=other_projects %}
</div>