all repos — aaoth.xyz @ 19673654ab83e7a9735c64dad632899855620c9c

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