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