all repos — aaoth.xyz @ 3e30c7241cb18c5e02195e889b9e4dc73490214a

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