all repos — aaoth.xyz @ 49af2d4ed692a4e3094150000e2be4ea4e1544d8

aaoth.xyz website

_includes/pic-path.html (view raw)

1{%- capture arts -%}
2{%- for file in site.static_files -%}
3    {%- if file.art and file.path contains page.title -%}
4        {{ file.path }}
5    {% endif %}
6{%- endfor -%}
7{%- endcapture -%}
8{% assign artpics = arts | split: " " %}