all repos — aaoth.xyz @ 7dc61f0a62d69c1a189a7de5825037c10b4fb0f0

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: " " %}