From ea060499471c26155d4b7a16a4c670dc74503f4d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 23 Aug 2021 20:03:19 +0300 Subject: make use of include.variable to make project list --- music.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'music.md') 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 %}
-{% include music-projects-list.html %} +{% include music-projects-list.html projects=haelsorisk_projects%}
[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 %}
-{% include music-projects-list.html %} +{% include music-projects-list.html projects=other_projects %}
-- cgit v1.2.3