Back to Zola

Grid Gallery

docs/templates/shortcodes/grid_gallery.html

0.22.1312 B
Original Source

{% for asset in page.assets -%} {%- if asset is matching(".$") -%} {% set image = resize_image(path=asset, width=360, height=270) %} {% set filename = asset | split(pat="/") | last %} {% set name = filename | split(pat=".") | slice(end=-1) | join(sep=".") %}

{{ name }}

{%- endif %} {%- endfor %}