+
+
+
-
-
-
+
+{{ page.title | default: page.name | replace: '.html', '' }}
+
-
- {{ page.title | default: page.name | replace: '.html', '' }}
-
+
+{% if p_bpm > 0 %}
+๐ต {{ p_bpm }} BPM
+{% else %}
+โ ๏ธ BPM N/A
+{% endif %}
+
-
- {% if p_bpm > 0 %}
-
- ๐ต {{ p_bpm }} BPM
-
- {% else %}
-
- โ ๏ธ BPM N/A
-
- {% endif %}
-
+
-
+
+{% assign unique_insts_page = p_insts_array | uniq | sort %}
+{% if unique_insts_page.size > 0 %}
+
+๐ธ INSTRUMENTS
+
+
+{% endif %}
-
-
- {% assign tags_list = "" %}
- {% assign unique_insts_page = p_insts_array | uniq | sort %}
-
- {% if unique_insts_page.size > 0 %}
-
-
- ๐ธ INSTRUMENTS
-
-
-
-
- {% endif %}
+{% if page.tags.plugin.size > 0 %}
+
+๐ PLUGINS
+
+
+{% endif %}
- {% if page.tags.plugin.size > 0 %}
-
-
- ๐ PLUGINS
-
-
-
-
- {% endif %}
-
- {% if page.tags.bassline.size > 0 %}
-
-
- ๐น BASSLINE
-
-
-
-
- {% endif %}
+{% if page.tags.bassline.size > 0 %}
+
+๐น BASSLINE
+
+
+{% endif %}
- {% if page.tags.automation.size > 0 %}
-
-
- ๐๏ธ AUTOMATION
-
-
-
-
- {% endif %}
-
- {% if page.tags.sample.size > 0 %}
-
-
- ๐ค SAMPLES
-
-
-
-
- {% endif %}
+{% if page.tags.automation.size > 0 %}
+
+๐๏ธ AUTOMATION
+
+
+{% endif %}
-
-
-
+{% if page.tags.sample.size > 0 %}
+
+๐ค SAMPLES
+
+
+{% endif %}
+
+