-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.15 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 1.15 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: base
---
{{ content }}
<h1 id="path"></h1>
<table style="width:100%">
<tr>
<th>Name</th>
</tr>
<!-- ref: <github.com/bryango/resources> start -->
{%- for res in site.pages -%}
<!-- ignore /assets/ -->
{%- assign checkStart = res.url | split: '/assets/' -%}
{%- if checkStart[0] == '' -%}
{%- continue -%}
{%- endif -%}
<!-- ignore / -->
{%- assign checkStart = res.url | split: page.url -%}
{%- if checkStart[0] != '' -%}
{%- continue -%}
{%- endif -%}
<!-- keep /*/ -->
{%- assign target = res.url | remove_first: page.url -%}
{%- if target contains '/' -%}
{%- assign folder_new = target | split: '/' | first -%}
{%- else -%}
{%- continue -%}
{%- endif -%}
<!-- register new subdir -->
{%- if folder_new != folder -%}
{%- assign folder = folder_new -%}
<tr>
<td><a class="post-link" href="{{ folder | append: '/' }}" >{{ folder | append: '/' }}</a></td>
</tr>
{%- endif -%}
{% endfor %}
<!-- ref: <github.com/bryango/resources> end -->
</table>
https://tabletopaudio.com/<br>
https://www.fesliyanstudios.com/<br>
https://www.soundjay.com/index.html<br>
https://orangefreesounds.com/<br>